Re: Archive done tasks and preserve tree structure

2024-05-21 Thread General discussions about Org-mode.
Naresh Gurbuxani writes: > How can I get the archiving done to preserve tree structure of tasks? I've been using the solution in this gist comment for a while without issue: https://gist.github.com/Fuco1/e86fb5e0a5bb71ceafccedb5ca22fcfb?permalink_comment_id=3006243#gistcomment-3006243

Re: [PATCH] Add org-after-note-stored-hook

2024-05-20 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Right. Yet, using a hook is still not ideal - what if you configure todo > keywords to not store note at all in future? Then, the hook will never > be executed or will be executed at the time you don't expect. > > Note-taking mechanisms is generally tricky - it is

[Evergreen-general] 3.13-beta released

2024-05-16 Thread Andrea Buntz Neiman via Evergreen-general
, MLS Project Manager for Software Development | Product Specialist Equinox Open Library Initiative abnei...@equinoxoli.org 1-877-OPEN-ILS (673-6457) Direct: 770-709-5583 *https://www.equinoxOLI.org/ <https://www.equinoxOLI.org/>* ___ Evergreen-g

Re: [Pdl-general] PDL and bart

2024-05-16 Thread Ingo Schmid via pdl-general
values. Ingo On 16.05.24 12:00 PM, Ingo Schmid via pdl-general wrote: Dear David and Ed, I have hacked something together that uses FlexRaw, IPC::Cmd, and File::Temp to write and read files. I am ironing it out and will release it later today, I guess. As already found out, it is written in C

Re: [Pdl-general] PDL and bart

2024-05-16 Thread Ingo Schmid via pdl-general
ertens *Sent:* Wednesday, May 15, 2024 9:50:03 PM *To:* Ingo Schmid *Cc:* perldl *Subject:* Re: [Pdl-general] PDL and bart Regarding "using both in an optimal way": Have you considered extracting the source code for the useful algorithms and writing PDL::PP wrappers for them? I assume

Re: [Evergreen-general] Evergreen-general Digest, Vol 46, Issue 9

2024-05-15 Thread Simone Rauscher via Evergreen-general
ataloguing and Collections Coordinator Grimsby Public Library 905-309-2063 srausc...@grimsby.ca -Original Message- From: Evergreen-general On Behalf Of evergreen-general-requ...@list.evergreen-ils.org Sent: Friday, May 3, 2024 5:54 PM To: evergreen-general@list.evergreen-ils.org Subject:

[Pdl-general] PDL and bart

2024-05-15 Thread Ingo Schmid via pdl-general
Ingo ___ pdl-general mailing list pdl-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-general

Re: [Evergreen-general] Save the Date: Organizing Meeting for new interest group

2024-05-14 Thread Elizabeth Davis via Evergreen-general
atherine.dann...@sparkpa.org> support.sparkpa.org<https://support.sparkpa.org/> | supp...@sparkpa.org<mailto:supp...@sparkpa.org> From: Elizabeth Davis Sent: Tuesday, April 30, 2024 10:51 AM To: evergreen-general@list.evergreen-ils.org Cc: Daniel Guarracino ; Millissa Macomber Subjec

Re: [Evergreen-general] Evergreen Cataloging Interest Group – Today, May 14, 2024

2024-05-14 Thread Jennifer Weston via Evergreen-general
t the Cat IG wiki at: > https://wiki.evergreen-ils.org/doku.php?id=cataloging:cwg > > - > > --- > > Jennifer Weston, MLIS > > Product and Education Manager | Assistant Operations Manager > > Equinox Open Lib

[Evergreen-general] Developer meeting reminder: Today! May 14th at 3pm Eastern, 12 Pacific

2024-05-14 Thread Blake Graham-Henderson via Evergreen-general
___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Evergreen-general] Evergreen Cataloging Interest Group – Today, May 14, 2024

2024-05-14 Thread Jennifer Weston via Evergreen-general
ive *jennifer.wes...@equinoxoli.org * 1-877-OPEN-ILS (673-6457) direct: 770-709-5574 *www.equinoxOLI.org <http://www.equinoxOLI.org>* _______ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [Slony1-general] Slony website is down

2024-05-13 Thread Jan Wieck via Slony1-general
On 5/13/24 03:08, Devrim Gündüz via Slony1-general wrote: Hi, On Sun, 2024-05-12 at 18:09 +, Soni M via Slony1-general wrote: I found that slony website is down. https://www.slony.info/pipermail/slony1-general/2024-March/013559.html It responds (sluggish) to me. That said the Slony-I

Re: [Slony1-general] Slony website is down

2024-05-13 Thread Devrim Gündüz via Slony1-general
Hi, On Sun, 2024-05-12 at 18:09 +, Soni M via Slony1-general wrote: > I found that slony website is down. https://www.slony.info/pipermail/slony1-general/2024-March/013559.html Regards, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor Twitter: @DevrimGun

Re: [PATCH] Add org-after-note-stored-hook

2024-05-12 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Although, removing heading from inside > `org-after-todo-state-change-hook' is a bad idea - Org mode does not > expect the heading to disappear from under the cursor when this hook is > executed. I recommend using `org-trigger-hook' instead. Thanks for your help! I

[Slony1-general] Slony website is down

2024-05-12 Thread Soni M via Slony1-general
Hi All, I found that slony website is down. Please help. Thanks, Soni. ___ Slony1-general mailing list Slony1-general@lists.slony.info https://lists.slony.info/cgi-bin/mailman/listinfo/slony1-general

Sorting of 'du' input

2024-05-11 Thread Karl-Heinz Oliv via GNU coreutils General Discussion
tests show that there is no sorting for files. I found general hints at the coreutils web resources regarding sorting issues, but nothing regarding the combination of sorted glob expansion with reverse dir sorting of 'du' or unsorted file order of 'du' output. E.g. 'du -a *' Of course post

Re: [PATCH] Add org-after-note-stored-hook

2024-05-09 Thread General discussions about Org-mode.
Hello, Is there anything wrong with the patch or with the proposition of adding a hook there? The first I'd like to know for doing better next time (or maybe correcting this one), the second to know if  I should stop using it. Thanks! Joris Joris Caravati writes: > Hello, > > I've been

Enabling HTTPS and Configuring SSL in Apache 2.4 on Windows 10.

2024-05-06 Thread General Email
Hi, I have configured SSL and enabled HTTPS on Apache 2.4. It is working fine. If the docs team is interested, then they can put my instructions on the above topic in the documentation. The instructions are below: -- Enabling HTTPS

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-05-05 Thread General Email
On Wed, 17 Apr 2024 at 15:36, General Email wrote: > > > Anyways, I looked more on google and I think that I have found what I was > looking for on this page: > https://gist.github.com/taoyuan/39d9bc24bafc8cc45663683eae36eb1a > Few days ago, I configured SSL and enabled H

[PATCH 2/2] maint: rename octhexdigits macros

2024-05-05 Thread Nikolay Nechaev via GNU coreutils General Discussion
isodigit -> isoct; octtobin -> fromoct; hextobin -> fromhex. * src/octhexdigits.h: rename macros * src/stat.c, src/printf.c: use new macros --- src/octhexdigits.h | 9 +++-- src/printf.c | 10 +- src/stat.c | 12 ++-- 3 files changed, 14 insertions(+), 17

[PATCH 1/2] maint: factor out common macros of stat and printf

2024-05-05 Thread Nikolay Nechaev via GNU coreutils General Discussion
* src/octhexdigits.h: isodigit, hextobin, octtobin macros * src/stat.c, src/printf.c: use octhexdigits.h * src/local.mk: corresponding adjustments --- src/local.mk | 1 + src/octhexdigits.h | 7 +++ src/printf.c | 6 +- src/stat.c | 7 +-- 4 files changed, 10

[PATCH] maint: factor out the common show_date functionality

2024-05-05 Thread Nikolay Nechaev via GNU coreutils General Discussion
* src/show-date.{h,c}: declaration and definition of show_date * src/du.c: use the common show_date instead of the previous local function. * src/date.c: use the common show_date via a wrapper show_date_helper. * src/local.mk: corresponding adjustments --- src/date.c | 42

[Evergreen-general] Cover Image Scaling question

2024-05-03 Thread JonGeorg SageLibrary via Evergreen-general
that. Suggestions? Thanks -Jon ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [Evergreen-general] Permission reset question

2024-05-03 Thread Terran McCanna via Evergreen-general
I think doing it on the database side would be the easiest and cleanest way - updating individual permissions through the staff client is a bear just because the list is so long, and it would be easy to miss removing some. On Fri, May 3, 2024 at 5:37 PM JonGeorg SageLibrary via Evergreen-general

[Evergreen-general] Permission reset question

2024-05-03 Thread JonGeorg SageLibrary via Evergreen-general
to be done on the database side? Thanks -Jon ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Evergreen-general] Authorities Working Group -- Meeting on May 9

2024-05-03 Thread Jennifer Weston via Evergreen-general
oxOLI.org>* ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [Evergreen-general] Accessibility options- contrast

2024-05-03 Thread Elizabeth Davis via Evergreen-general
ject Management Specialist Pennsylvania Integrated Library System (PaILS) | SPARK (717) 256-1627 | elizabeth.da...@sparkpa.org<mailto:katherine.dann...@sparkpa.org> support.sparkpa.org<https://support.sparkpa.org/> | supp...@sparkpa.org<mailto:supp...@sparkpa.org> From: Evergreen-gener

Re: [Evergreen-general] Accessibility options- contrast

2024-05-03 Thread Lena Hernandez via Evergreen-general
I'm going to chime in and recommend *against* using "Dark Mode (WebExtension)" for Firefox. I recently had issues with it on certain Evergreen screens. Lena On Thu, May 2, 2024 at 4:46 PM Stephanie Leary via Evergreen-general < evergreen-general@list.evergreen-ils.org> wro

Re: [Evergreen-general] Accessibility options- contrast

2024-05-02 Thread Stephanie Leary via Evergreen-general
, 2024 at 3:29 PM Elizabeth Davis via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Thanks Seth! > > > > > > *Elizabeth Davis* (she/her), *Support & Project Management Specialist* > > *Pennsylvania Integrated Library System

Re: [Evergreen-general] Accessibility options- contrast

2024-05-02 Thread Elizabeth Davis via Evergreen-general
.org<https://support.sparkpa.org/> | supp...@sparkpa.org<mailto:supp...@sparkpa.org> From: Evergreen-general On Behalf Of Seth Erickson via Evergreen-general Sent: Thursday, May 2, 2024 3:16 PM To: Evergreen Discussion Group Cc: Seth Erickson Subject: Re: [Evergreen-general] Accessibility option

Re: [Evergreen-general] Accessibility options- contrast

2024-05-02 Thread Seth Erickson via Evergreen-general
7-6085 (cell) serick...@tds.lib.mn.us On Thu, May 2, 2024 at 11:45 AM Elizabeth Davis via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Hello Everyone, > > > > I have a library interested in Accessibility options for a staff member > using E

[Evergreen-general] Accessibility options- contrast

2024-05-02 Thread Elizabeth Davis via Evergreen-general
ania Integrated Library System (PaILS) | SPARK (717) 256-1627 | elizabeth.da...@sparkpa.org<mailto:katherine.dann...@sparkpa.org> support.sparkpa.org<https://support.sparkpa.org/> | supp...@sparkpa.org<mailto:supp...@sparkpa.org> ___ Evergree

[Evergreen-general] Hatch Deployment - Silent install or upgrade?

2024-05-02 Thread Josh Stompro via Evergreen-general
is to enrich lives and strengthen communities.* ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [Evergreen-general] Save the Date: Organizing Meeting for new interest group

2024-05-02 Thread Elizabeth Davis via Evergreen-general
.org<mailto:katherine.dann...@sparkpa.org> support.sparkpa.org<https://support.sparkpa.org/> | supp...@sparkpa.org<mailto:supp...@sparkpa.org> From: Rogan Hamby Sent: Wednesday, May 1, 2024 8:51 AM To: Evergreen Discussion Group Cc: Elizabeth Davis Subject: Re: [Evergreen-general] Sav

[Pdl-general] [ANN] Perl interface to NLopt optimization library

2024-05-01 Thread Diab Jerius via pdl-general
to a library better for libraries with a large API. ___ pdl-general mailing list pdl-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-general

Re: [Evergreen-general] Save the Date: Organizing Meeting for new interest group

2024-05-01 Thread Rogan Hamby via Evergreen-general
Hi Elizabeth, Just to make sure I'm understanding, you will be sending out the connection information to the general list separately? On Tue, Apr 30, 2024 at 10:50 AM Elizabeth Davis via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Hello > > > >

[Evergreen-general] Save the Date: Organizing Meeting for new interest group

2024-04-30 Thread Elizabeth Davis via Evergreen-general
..@sparkpa.org<mailto:katherine.dann...@sparkpa.org> support.sparkpa.org<https://support.sparkpa.org/> | supp...@sparkpa.org<mailto:supp...@sparkpa.org> _______ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.e

Bug#1070056: oath-toolkit FTBFS on 32-bit big-endian hppa platform

2024-04-29 Thread Helge Deller via OATH Toolkit general discussions
Source: oath-toolkit Version: 2.6.11 Tags: ftbfs, patch X-Debbugs-Cc: del...@debian.org User: debian-...@lists.debian.org Usertags: time-t As can be seen here: https://buildd.debian.org/status/fetch.php?pkg=oath-toolkit=hppa=2.6.11-2.1=1713624192=0 oath-toolkit testsuite fails on hppa like this:

Re: [Evergreen-general] ANNOUNCMENT - Welcome to the New Director of the Evergreen Indiana Library Consortium

2024-04-25 Thread Blake Graham-Henderson via Evergreen-general
Congrats! Welcome! -Blake- Conducting Magic Will consume any data format MOBIUS On 4/25/2024 3:06 PM, Rogan Hamby via Evergreen-general wrote: Welcome! On Thu, Apr 25, 2024 at 4:03 PM Brown, Courtney via Evergreen-general wrote: Thank you! Courtney Brown Southeast Regional

Re: [Evergreen-general] ANNOUNCMENT - Welcome to the New Director of the Evergreen Indiana Library Consortium

2024-04-25 Thread Rogan Hamby via Evergreen-general
Welcome! On Thu, Apr 25, 2024 at 4:03 PM Brown, Courtney via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Thank you! > > > > Courtney Brown > > Southeast Regional Coordinator > > Professional Development Office > > Indian

Re: [Evergreen-general] ANNOUNCMENT - Welcome to the New Director of the Evergreen Indiana Library Consortium

2024-04-25 Thread Brown, Courtney via Evergreen-general
Thank you! Courtney Brown Southeast Regional Coordinator Professional Development Office Indiana State Library 140 N Senate Avenue Indianapolis, IN 46204 317.910.5777 cobr...@library.in.gov From: Evergreen-general On Behalf Of Lussier, Kathy via Evergreen-general Sent: Thursday, April 25, 2024

Re: [Evergreen-general] ANNOUNCMENT - Welcome to the New Director of the Evergreen Indiana Library Consortium

2024-04-25 Thread Deborah Luchenbill via Evergreen-general
esk: h...@mobiusconsortium.org / 877-312-3517 Pronouns: She/Her or She/They (see https://pronouns.org/ to learn more) Input | Maximizer | Intellection | Relator | Adaptability On Thu, Apr 25, 2024 at 11:34 AM Gina Monti via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Congratula

Re: [Evergreen-general] ANNOUNCMENT - Welcome to the New Director of the Evergreen Indiana Library Consortium

2024-04-25 Thread Gina Monti via Evergreen-general
Congratulations, Courtney! On Thu, Apr 25, 2024, 12:25 PM Frasur, Ruth via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Hello Evergreen Community, > > I am pleased to announce the appointment of Courtney Brown as the incoming > Director of the Evergre

Re: [Evergreen-general] ANNOUNCMENT - Welcome to the New Director of the Evergreen Indiana Library Consortium

2024-04-25 Thread Lussier, Kathy via Evergreen-general
at 12:25 PM Frasur, Ruth via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Hello Evergreen Community, > > I am pleased to announce the appointment of Courtney Brown as the incoming > Director of the Evergreen Indiana Library Consortium. Courtney is we

[Evergreen-general] ANNOUNCMENT - Welcome to the New Director of the Evergreen Indiana Library Consortium

2024-04-25 Thread Frasur, Ruth via Evergreen-general
___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Pdl-general] SciPDL v2.088 release

2024-04-24 Thread Karl Glazebrook via pdl-general
issues using GitHub Happy ANZAC day! Karl ___ pdl-general mailing list pdl-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-general

Re: git quirk: core.autocrlf

2024-04-23 Thread David A. Wheeler via rb-general
> On Apr 21, 2024, at 8:00 PM, James Addison via rb-general > wrote: > > ... > That universal newline handling may cause problems in some cases if > not handled carefully, but surprisingly -- at least to me -- 'git' > itself also automatically converts the

Re: [Evergreen-general] Evergreen Booking Module

2024-04-23 Thread Jennifer Pringle via Evergreen-general
Traditional Territory of the St'at'yemc Nations. From: Evergreen-general On Behalf Of Willis, Beth via Evergreen-general Sent: Tuesday, April 23, 2024 7:09 AM To: Evergreen Discussion Group Cc: Willis, Beth Subject: [Evergreen-general] Evergreen Booking Module Hello everyone, NOBLE is not currently

[Evergreen-general] Evergreen Booking Module

2024-04-23 Thread Willis, Beth via Evergreen-general
this module, I would be interested in hearing about your experience with it. Thank you in advance! Beth -- Beth Willis Digital & Catalog Librarian NOBLE, Inc. 5 Cherry Hill Drive Danvers, MA 01923 ___ Evergreen-general mailing list Evergreen-gen

Re: [Evergreen-general] 2024 Evergreen Project Board Election Results and Congratulations

2024-04-23 Thread Kate Coleman via Evergreen-general
Congratulations to everyone! So glad to hear we had a good "turnout" for voting, as well. On Fri, Apr 19, 2024 at 7:09 AM Frasur, Ruth via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Thank you to everyone who served as candidates for this year's

Re: Which conferences are folks attending these days?

2024-04-23 Thread Bernhard M. Wiedemann via rb-general
On 18/04/2024 15.45, Chris Lamb wrote: To that end, what conferences are folks on this list still going to, and, hopefully, still getting something from? I mean, there must be some exceptions other than FOSDEM… :) My list has become rather short: rb conf (if within Europe) openSUSE conf,

git quirk: core.autocrlf

2024-04-21 Thread James Addison via rb-general
Hi folks, This message isn't _directly_ related to reproducible builds, but it does relate to unexpected differences in text (including, potentially, source code) checked out from git repositories, and I think that that could be relevant to the audience here. Some of the code within the Sphinx

Re: [Pdl-general] SciPDL move

2024-04-20 Thread Karl Glazebrook via pdl-general
a new one? Probably the latter to minimise > conflicts. > > Best regards, > Ed > > From: Karl Glazebrook via pdl-general > Sent: 16 April 2024 2:35 AM > To: perldl > Subject: [Pdl-general] SciPDL move > > Hi all > > I’ve moved my SciPDL distribution (easy Ma

Re: Modify buffering of standard streams via environment variables (not LD_PRELOAD)?

2024-04-20 Thread Carl Edquist via GNU coreutils General Discussion
On Thu, 18 Apr 2024, Zachary Santer wrote: On Wed, Mar 20, 2024 at 4:54 AM Carl Edquist wrote: However, if stdbuf's magic env vars are exported in your shell (either by doing a trick like 'export $(env -i stdbuf -oL env)', or else more simply by first starting a new shell with 'stdbuf -oL

Re: [Evergreen-general] Dealing with significant traffic increase caused by AI bots

2024-04-19 Thread Linda Jansová via Evergreen-general
Thank you for sharing the link to the Dark Visitors website - it looks very useful, indeed! Linda On 4/19/24 20:21, Lolis, John via Evergreen-general wrote: There's been quite a conversation on the CODE4LIB listserv about this lately... Scott Prater <007dd2c67ad2-dmarc-r

Re: [Evergreen-general] Dealing with significant traffic increase caused by AI bots

2024-04-19 Thread Lolis, John via Evergreen-general
tps://whiteplainslibrary.org/ *“I would rather have questions that can’t be answered than answers that can’t be questioned.”* — Richard Feynman <https://click.fourhourmail.com/5qure95xkf7hvvo93wh2/7qh7h8h05vr4zrtz/aHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvUmljaGFyZF9GZXlubWFu>, theoretical

[Evergreen-general] 2024 Evergreen Project Board Election Results and Congratulations

2024-04-19 Thread Frasur, Ruth via Evergreen-general
e Indiana State Library 140 N. Senate Ave. Indianapolis, IN 46204 (317) 232-3691 ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [Evergreen-general] Dealing with significant traffic increase caused by AI bots

2024-04-19 Thread Linda Jansová via Evergreen-general
lar IP, it automatically blocks all requests from that IP for the next 24 hours.  I would think that something similar could work for Apache's access log. Good luck with the bots!   -Jane El vie, 19 abr 2024 a la(s) 3:42 a.m., Linda Jansová via Evergreen-general (evergreen-general@list.evergreen-i

Re: [Evergreen-general] Dealing with significant traffic increase caused by AI bots

2024-04-19 Thread Jane Sandberg via Evergreen-general
Linda Jansová via Evergreen-general ( evergreen-general@list.evergreen-ils.org) escribió: > Dear all, > > Have any of you encountered an extensive crawling by Bytespider and > Bytedance (see e.g., > > https://wordpress.org/support/topic/psa-bytedance-and-bytespider-bots-recommend-b

[Evergreen-general] Dealing with significant traffic increase caused by AI bots

2024-04-19 Thread Linda Jansová via Evergreen-general
accessing the site? Thank you very much for sharing your experience! Linda ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [EXTERNAL] Which conferences are folks attending these days?

2024-04-18 Thread Stephen Walli via rb-general
don’t feel obliged to read or reply to this e-mail outside of your normal working hours. From: rb-general on behalf of Chris Lamb Date: Thursday, April 18, 2024 at 6:45 AM To: rb-general Subject: [EXTERNAL] Which conferences are folks attending these days? Hey -general, I was talking to a b

Re: Shelling

2024-04-18 Thread Ahmed Khanzada via General Guile related discussions
Not discouraging you from gash, but babashka is pretty good for this too: https://babashka.org/

Re: Bootstrapping and autotools

2024-04-18 Thread Andrius Štikonas via rb-general
2024 m. balandžio 18 d., ketvirtadienis 23:18:53 BST Andrius Štikonas via rb- general rašė: > 2024 m. balandžio 18 d., ketvirtadienis 23:11:41 BST kpcyrd rašė: > > hello, > > > > does somebody know what the bootstrapping status of autotools is? > > It can be d

Re: Shelling

2024-04-18 Thread Tom Whitcomb via General Guile related discussions
Thanks all.  Very helpful. Tom On Thursday, April 18, 2024 at 04:29:36 PM PDT, Matt Wette wrote: On 4/18/24 9:44 AM, Tom Whitcomb via General Guile related discussions wrote: > Hi. > I need to write a set of shell scripts and I would really like to do it with > a lisp.  Is t

Re: Bootstrapping and autotools

2024-04-18 Thread Andrius Štikonas via rb-general
2024 m. balandžio 18 d., ketvirtadienis 23:11:41 BST kpcyrd rašė: > hello, > > does somebody know what the bootstrapping status of autotools is? It can be done. See https://github.com/fosslinux/live-bootstrap/blob/master/ parts.rst > > Also, is something considered "bootstrapped from source"

Shelling

2024-04-18 Thread Tom Whitcomb via General Guile related discussions
Hi. I need to write a set of shell scripts and I would really like to do it with a lisp.  Is that a use case for guile or should I move towards scheme/scsh? Tom

Re: [Pdl-general] SciPDL move

2024-04-17 Thread Karl Glazebrook via pdl-general
the latter to minimise conflicts. Best regards, Ed From: Karl Glazebrook via pdl-general Sent: 16 April 2024 2:35 AM To: perldl Subject: [Pdl-general] SciPDL move   Hi all I’ve moved my SciPDL distribution (easy MacOS kitchen sink install) to a new location: PDLPorters

[Evergreen-general] next meeting of the Evergreen Project board

2024-04-17 Thread Katie Greenleaf Martin via Evergreen-general
<https://support.sparkpa.org/> | supp...@sparkpa.org<mailto:supp...@sparkpa.org> ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [Evergreen-general] Feature idea for patrons accounts; Personalized Carousels

2024-04-17 Thread Johnathon Redmon via Evergreen-general
ing to it > (unless they wanted to) after they downloaded it. > > > On Wed, Apr 17, 2024 at 11:37 AM Johnathon Redmon via Evergreen-general < > evergreen-general@list.evergreen-ils.org> wrote: > >> I'm a cataloger, not a programmer so I don't know how reasonable (or >>

[Evergreen-general] 3.13 Release Schedule Update

2024-04-17 Thread Andrea Buntz Neiman via Evergreen-general
) Direct: 770-709-5583 *https://www.equinoxOLI.org/ <https://www.equinoxOLI.org/>* ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [Evergreen-general] Feature idea for patrons accounts; Personalized Carousels

2024-04-17 Thread Frasur, Ruth via Evergreen-general
Initiative Indiana State Library 140 N. Senate Ave. Indianapolis, IN 46204 (317) 232-3691 From: Evergreen-general On Behalf Of Terran McCanna via Evergreen-general Sent: Wednesday, April 17, 2024 12:16 PM To: Evergreen Discussion Group Cc: Terran McCanna Subject: Re: [Evergreen-general

Re: [Evergreen-general] Feature idea for patrons accounts; Personalized Carousels

2024-04-17 Thread Terran McCanna via Evergreen-general
Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > I'm a cataloger, not a programmer so I don't know how reasonable (or > possible) this is. But ever since I first heard about the idea of > carousels, I've dreamed of being able to log into my patron account and &

[Evergreen-general] Feature idea for patrons accounts; Personalized Carousels

2024-04-17 Thread Johnathon Redmon via Evergreen-general
. Broadway St. Monticello, IN 47960 ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread General Email
On Wed, Apr 17, 2024, 3:27 PM General Email < general.email.12341...@gmail.com> wrote: > > >> > If people are asking for advice on PHP then advise them on PHP or don't >> say anything. >> > Don't start advising them about Java. >> >> Please... I am

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread General Email
> > > If people are asking for advice on PHP then advise them on PHP or don't > say anything. > > Don't start advising them about Java. > > Please... I am not even making remarks about you asking openssl questions > at httpd. > So, is this wrong forum for asking about openssl commands required

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-17 Thread General Email
On Wed, Apr 17, 2024, 1:17 PM Marc wrote: > > > > > http is an insecure protocol. I don't want my website to run on > > http. So, I am hardcoding https in links in my website that refer to > > pages in my website. > > > > > > Now, I know that you will write why not redirect http to

Re: [Qgis-user] QGIS - Hanging on Windows browser

2024-04-17 Thread Nigel Berjak - General via QGIS-User
Hi all I am having a problem with QGIS where it seems to hang any time a Windows browser window is opened i.e. Project Save; Export layout, Export to any format; Save to Shapefile/DXF etc. (see the image below). I have tried uninstalling and reinstalling the latest version 3.36.1 and using

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> This is also not relevant to what I am stating. If you develop, do it > regardless of http/https that is convenient for everyone. It will be to > your own benefit. If you have to host the application on your own server, > so be it. It will be easier with choosing your https solution. You could >

[Evergreen-general] Updated Evergreen API deprecation announcement

2024-04-16 Thread Galen Charlton via Evergreen-general
noxoli.org https://www.equinoxOLI.org phone: 877-OPEN-ILS (673-6457) direct: 770-709-5581 _______ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> > Here’s a possible SO question that might help you: > > https://stackoverflow.com/questions/10175812/how-to-generate-a-self-signed-ssl-certificate-using-openssl > Thanks Will. I will look look into it.

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> But should your development be not protocol independent? If your code > works on http it should also work on https. I am getting sick of these > wordpress idiots where they still have hardcoded links everywhere and I > can't even convert a website from http to https. > Are you saying that I am

Re: [users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
> I think you need to search for setting up your own CA and sign certs. Windows is my development environment. Later the website will be hosted on linux and the linux hosting provider will provide SSL certificate. I had looked at

[users@httpd] openssl comand(s) for https mode on apache 2.4 on windows.

2024-04-16 Thread General Email
Hi, I was looking for openssl command(s) to generate server side certificate and key so that https start working on my apache 2.4 web server on windows. I looked on Internet but found few commands but they all used different arguments to openssl. Can someone please give me exact openssl

[Pdl-general] SciPDL move

2024-04-15 Thread Karl Glazebrook via pdl-general
w days, and then look at v2.087 which is hopefully straight forward… I hope this is a good approach for the future. best Karl ___ pdl-general mailing list pdl-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-general

Re: [Evergreen-general] Hold Notices Once per Day?

2024-04-15 Thread Josh Stompro via Evergreen-general
time frame, then the run time gets pushed to the next day to skip sending out more notices that day. Josh On Mon, Apr 15, 2024 at 9:42 AM Gina Monti via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Hi All, > > Are there any libraries/consortia that a

[Evergreen-general] Hold Notices Once per Day?

2024-04-15 Thread Gina Monti via Evergreen-general
potential frustration from the patrons? Let me know! -- Gina Monti (she/her) Evergreen Systems Manager Bibliomation, Inc. (203) 577-4070 ext. 109 English, American Sign Language ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org

[Evergreen-general] 2024 EG Conference Begins Next Week!

2024-04-15 Thread Gina Monti via Evergreen-general
109 English, American Sign Language _______ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Re: [BUG] Org parser error when removing latex preview [9.6.15 (release_9.6.15 @ /gnu/store/gnvv2a1nxfbibkm1wdxdv6bd6mhk4cf8-emacs-29.3/share/emacs/29.3/lisp/org/)]

2024-04-13 Thread General discussions about Org-mode.
> Then, it looks like a duplicate of > https://list.orgmode.org/orgmode/caedgbw4gmfmpt4-w6edrh7poapd5drarbtusfulrq7vbvtu...@mail.gmail.com/ > > There is no bug on the latest development version of Org mode (main). Sure! Thank you for pointing it out and helping with the resolution. -- Anush

Re: [BUG] Org parser error when removing latex preview [9.6.15 (release_9.6.15 @ /gnu/store/gnvv2a1nxfbibkm1wdxdv6bd6mhk4cf8-emacs-29.3/share/emacs/29.3/lisp/org/)]

2024-04-13 Thread General discussions about Org-mode.
> I did the following: > > 1. Save your file to /tmp/ > 2. rm -rf /tmp/ltximg > 3. emacs-29 --version > GNU Emacs 29.3 > Copyright (C) 2024 Free Software Foundation, Inc. > > 4. emacs-29 -Q > 5. C-x C-f /tmp/tmp.org > 6. C-n > 7. C-c C-x C-l > 8. C-c C-x C-l > 9. I do not observe any warnings

Re: [BUG] Org parser error when removing latex preview [9.6.15 (release_9.6.15 @ /gnu/store/gnvv2a1nxfbibkm1wdxdv6bd6mhk4cf8-emacs-29.3/share/emacs/29.3/lisp/org/)]

2024-04-12 Thread General discussions about Org-mode.
> From: Ihor Radchenko > Date: Fri, 12 Apr 2024 18:24:17 + > > Anush V via "General discussions about Org-mode." > writes: > >> Below are the steps to replicate the issue: >> >> Start emacs by running "emacs --no-init". >> >

[BUG] Org parser error when removing latex preview [9.6.15 (release_9.6.15 @ /gnu/store/gnvv2a1nxfbibkm1wdxdv6bd6mhk4cf8-emacs-29.3/share/emacs/29.3/lisp/org/)]

2024-04-11 Thread General discussions about Org-mode.
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

RE: Mutant cube skills; Two birds in the bush better than one in the hand?

2024-04-11 Thread Bug reports for and general discussion about GNU Backgammon.
MK, I'm absolutely not a spokesperson for the group. I'm merely an enthusiastic user who tries to take some the load off the devs by answering those questions that I'm able to. If they are not commenting, it's for their own reasons and that shouldn't be interpreted as a tacit endorsement of my

RE: Cubeful and matchful training a BG bot

2024-04-11 Thread Bug reports for and general discussion about GNU Backgammon.
MK: I didn't say the selection was random. The self-play moves were random. These two statements appear contradictory to me. What do you mean by "selection" if not the "self-play moves"? Please clarify your understanding of which parts of the training are random. My understanding is this: 0)

Re: [Evergreen-general] SMS Messages Not Being Received

2024-04-10 Thread Kev Woolley via Evergreen-general
ially. Thank you, Kev --  Kev Woolley (they/them) Gratefully acknowledging that I live and work in the unceded traditional territories of the Səl̓ílwətaɬ (Tsleil-Waututh) and Sḵwx̱wú7mesh Úxwumixw. ____ From: Evergreen-general on behalf of Rogan Hamby via Everg

Re: Please review the draft for March's report

2024-04-10 Thread David A. Wheeler via rb-general
> On Apr 10, 2024, at 7:42 AM, kpcyrd wrote: > > On 4/10/24 12:58 PM, Chris Lamb wrote: >> https://reproducible-builds.org/reports/2024-03/?draft > > > Reproducible builds developer kpcyrd reported that that the Arch Linux > > "minimal container userland" is now 100% reproducible after

Re: [Evergreen-general] removal of vendor from paid support wiki page

2024-04-10 Thread Rogan Hamby via Evergreen-general
e getting the notice here on the > list since I hadn't heard they'd stopped doing all Evergreen support. > > On Wed, Apr 10, 2024, 8:47 AM Rogan Hamby via Evergreen-general < > evergreen-general@list.evergreen-ils.org> wrote: > >> We are have been doing a review of the ve

Re: [Evergreen-general] removal of vendor from paid support wiki page

2024-04-10 Thread Terran McCanna via Evergreen-general
Thank you, Rogan - I, for one, appreciate getting the notice here on the list since I hadn't heard they'd stopped doing all Evergreen support. On Wed, Apr 10, 2024, 8:47 AM Rogan Hamby via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > We are have been doing

Re: [Evergreen-general] removal of vendor from paid support wiki page

2024-04-10 Thread Joan Kranich via Evergreen-general
Thank you for this information Rogan. Joan On Wed, Apr 10, 2024 at 8:47 AM Rogan Hamby via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > We are have been doing a review of the vendors on the paid support listing > of the wiki : > https://wiki.evergreen-i

[Evergreen-general] removal of vendor from paid support wiki page

2024-04-10 Thread Rogan Hamby via Evergreen-general
, nor has responded to an email inquiry so they are being removed. This is being posted because we set as a procedure that the general list would be updated of any removals. Rogan Hamby (he/him/his), MLIS Data and Project Manager Equinox Open Library Initiative rogan.ha...@equinoxoli.org 1-770

[Evergreen-general] Developer meeting reminder: Today! April 9th at 3pm Eastern, 12 Pacific

2024-04-09 Thread Blake Graham-Henderson via Evergreen-general
format ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

  1   2   3   4   5   6   7   8   9   10   >