Re: [Evergreen-general] LP 1948991: Administration Options - Mismatch with headers

2024-01-18 Thread Diane Disbro via Evergreen-general
Yes, please. +1 Diane Disbro Pronouns: she/her Circulation Coordinator Scenic Regional Library 251 Union Plaza Drive Union, MO 63084 (636) 583-0652 ext 110 ddis...@scenicregional.or On Wed, Jan 17, 2024 at 12:34 PM Jennifer Pringle via Evergreen-general < evergreen-general@list.evergr

RE: Improved gnubg filenaming convention - suggestion

2024-01-18 Thread Bug reports for and general discussion about GNU Backgammon.
The file file.c has a function GetFilename which includes the line if (mi.nYear) sz = g_strdup_printf("%s-%s_%dp_%04u-%02u-%02u.sgf", ap[0].szName, ap[1].szName, ms. nMatchTo, mi.nYear, mi.nMonth, mi.nDay); I couldn’t find where mi is set, but if it includes the parameters

RE: Problems with auto-roll and auto-play functions

2024-01-18 Thread Bug reports for and general discussion about GNU Backgammon.
Hi Murat, The code doesn’t "make an exception for the bot". The bot already ALWAYS automatically decides whether to roll or move. The exceptions are for the human, to speed up our play when the decision is trivial. The human is allowed to roll, EXCEPT if the auto roll is checked and he doesn’

Re: [Evergreen-general] LP 1948991: Administration Options - Mismatch with headers

2024-01-17 Thread Gina Monti via Evergreen-general
It seems so far we'll go with the original idea of relabeling the page headings to match the menu links. I can get started on a working branch soon. Thanks, everyone, for your contribution to the discussion! On Wed, Jan 17, 2024 at 3:33 PM Cerninakova Eva via Evergreen-general < e

Re: [Evergreen-general] LP 1948991: Administration Options - Mismatch with headers

2024-01-17 Thread Cerninakova Eva via Evergreen-general
interface name). Eva st 17. 1. 2024 v 20:24 odesílatel Terran McCanna via Evergreen-general < evergreen-general@list.evergreen-ils.org> napsal: > +1 to what Galen said. > > On Wed, Jan 17, 2024 at 2:20 PM Galen Charlton via Evergreen-general < > evergreen-general@list.eve

Re: [Evergreen-general] LP 1948991: Administration Options - Mismatch with headers

2024-01-17 Thread Terran McCanna via Evergreen-general
+1 to what Galen said. On Wed, Jan 17, 2024 at 2:20 PM Galen Charlton via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Hi, > > On Wed, Jan 17, 2024 at 1:34 PM Jennifer Pringle via Evergreen-general < > evergreen-general@list.evergreen-ils.org>

Re: [Evergreen-general] LP 1948991: Administration Options - Mismatch with headers

2024-01-17 Thread Galen Charlton via Evergreen-general
Hi, On Wed, Jan 17, 2024 at 1:34 PM Jennifer Pringle via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > I actually think we should use the names from the menus rather than the > current headings on the pages. It sounds like it will be more work but, at &g

Re: [Evergreen-general] LP 1948991: Administration Options - Mismatch with headers

2024-01-17 Thread Jennifer Pringle via Evergreen-general
ve and work in the unceded Traditional Territory of the St'at'yemc Nations. From: Evergreen-general On Behalf Of Gina Monti via Evergreen-general Sent: Saturday, January 13, 2024 7:26 AM To: Evergreen Discussion Group Cc: Gina Monti Subject: Re: [Evergreen-general] LP 1948991: Admin

[Evergreen-general] Reminder - Community Conversation for The Evergreen Project's strategic plan - TODAY

2024-01-17 Thread Frasur, Ruth via Evergreen-general
2F%2Flist.evergreen-ils.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fboard _______ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Evergreen-general] TEP board meeting January 18th

2024-01-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: Problems with auto-roll and auto-play functions

2024-01-17 Thread Bug reports for and general discussion about GNU Backgammon.
bounces+ian.shaw=riverauto.co...@gnu.org On Behalf Of MK Sent: Tuesday, January 16, 2024 7:33 PM To: bug-gnubg@gnu.org Subject: Problems with auto-roll and auto-play functions Unchecking these in the Game tab under General Options has no effect when GnuBG is made to play against itself in neither

[Slony1-general] Nodes awaiting actions

2024-01-17 Thread Andy Dossett via Slony1-general
HiHow do I determine from the master node tables which slave nodes are yet to process the data on the sl_log tables?ThanksAndy___ Slony1-general mailing list Slony1-general@lists.slony.info https://lists.slony.info/cgi-bin/mailman/listinfo/slony1-general

Re: problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-16 Thread General discussions about Org-mode.
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer via "General discussions about Org-mode." > writes: >> #+NAME: many-cols >> | a | b | c | >> | d | e | f | >> | g | h | i | >> >> #+NAME: hline-please >>

Possible ls locale bug

2024-01-15 Thread gnu . 3bp3s--- via GNU coreutils General Discussion
Hello, My locale is en_IE.UTF-8, so when I run the date command, the output at time of writing is "Mon 15 Jan 2024 20:39:04 GMT" Maybe I'm mistaken, but with that in mind I'd expect the following scenario: With time locale en_IE.UTF-8 the --time-style=locale within the past year should be equiv

Re: problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-15 Thread General discussions about Org-mode.
> Uwe Brauer via "General discussions about Org-mode." > writes: > No, this is because you customized `org-src-preserve-indentation' or > `org-edit-src-content-indentation', while the provided example only > works with default indentation settings. Python is

problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-15 Thread General discussions about Org-mode.
Hi I tried to use the examples of the above link #+NAME: many-cols | a | b | c | |---+---+---| | d | e | f | |---+---+---| | g | h | i | #+NAME: no-hline #+BEGIN_SRC python :var tab=many-cols :hlines no return tab #+END_SRC Now already the first failed: , | | File "", line 4 | r

Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - rcols issue

2024-01-14 Thread Karl Glazebrook via pdl-general
(+), 27 deletions(-) > > I am now investigating a fix, which given how specific it is to trigger, will > probably be small, and is surely related to book-keeping of parents vs > children, and flowing transformations. > > Best regards, > Ed > > From: Karl Glazebrook v

Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - scalars vs piddles

2024-01-14 Thread Karl Glazebrook via pdl-general
40) was to rename > “piddles” (which always struck me as faintly juvenile, and I felt would > undermine PDL’s credibility for no good reason) to “ndarrays”, which is a > widely-used term. The “piddle” function was retained for back-compatibility. > > Best regards, >

Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - PDL::NiceSlice issue

2024-01-14 Thread Karl Glazebrook via pdl-general
gony out of > all proportion to how “nice” it actually is. It’s a pity Perl doesn’t have a > properly hookable parser yet (at least to my knowledge). > > Best regards, > Ed > > From: Luis Mochan <mailto:moc...@icf.unam.mx> > Sent: 07 January 2024 02:46 > To: Karl Gl

org-table add hlines when import from csv, and regionwise

2024-01-14 Thread General discussions about Org-mode.
Hi Does anybody know about the following enhancements: 1. When importing from CSV all rows in the org table get a hline 2. Marking a some rows in a table, should then allow to insert htlines to each row in the marked region. Thanks Uwe Brauer -- I strongly condemn Hamas he

Re: [Evergreen-general] LP 1948991: Administration Options - Mismatch with headers

2024-01-13 Thread Gina Monti via Evergreen-general
+1 on fewer changes to make so I change my vote to the links On Sat, Jan 13, 2024 at 9:56 AM Jason Etheridge via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > > Basically, the labels of the links within admin pages don't actually > match the headers i

Re: [Evergreen-general] LP 1948991: Administration Options - Mismatch with headers

2024-01-13 Thread Jason Etheridge via Evergreen-general
> Basically, the labels of the links within admin pages don't actually match > the headers in the specific pages themselves. I would like to work on part > of the bug, but there needs to be a general agreement on if we should change > the link or the headers. I'd vote

[Evergreen-general] LP 1948991: Administration Options - Mismatch with headers

2024-01-13 Thread Gina Monti via Evergreen-general
would like to work on part of the bug, but there needs to be a general agreement on if we should change the link or the headers. Personally, I would suggest changing the headers for now because I'm more used to how the links refer to the pages, and the documentation, for the most part, ref

OATH Toolkit 2.6.11

2024-01-11 Thread Simon Josefsson via OATH Toolkit general discussions
/pskc-tutorial.html Manual for PAM module: https://www.nongnu.org/oath-toolkit/pam_oath.html Liboath Manual: https://www.nongnu.org/oath-toolkit/liboath-api/liboath-oath.h.html Libpskc Manual https://www.nongnu.org/oath-toolkit/libpskc-api/pskc-reference.html General information on contrib

[Evergreen-general] Job Opening

2024-01-10 Thread Millissa Macomber via Evergreen-general
r, ILS Manager* Central Skagit Library District 110 W. State St. Sedro-Woolley, WA 98284 360-755-3985 www.centralskagitlibrary.org milli...@centralskagitlibrary.org ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.eve

[Evergreen-general] Developer meeting reminder: TODAY January 9th at 3pm Eastern, 12 Pacific

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

Re: [Evergreen-general] NO Cataloging Interest Group today -- will reschedule

2024-01-09 Thread Johnathon Redmon via Evergreen-general
Thanks for letting us know! On Tue, Jan 9, 2024 at 9:31 AM Jennifer Weston via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Apologies for the late notice --- I need to cancel today's Evergreen > Cataloging Interest Group meeting. I will send a message a

[Evergreen-general] NO Cataloging Interest Group today -- will reschedule

2024-01-09 Thread Jennifer Weston 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] January AIG Meeting - Wednesday

2024-01-08 Thread Jennifer Pringle via Evergreen-general
wledging that I live and work in the unceded Traditional Territory of the St'at'yemc Nations. _______ 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 2.2 for postgres15 on RHEL 8 repository

2024-01-08 Thread Devrim Gündüz via Slony1-general
Hi, On Mon, 2024-01-08 at 09:30 +, Soni M via Slony1-general wrote: > is there any plan to include slony 2.2 for Postgres15 on RHEL 8 > repository ? RPMs will be there in the next 30 mins. Regards, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor T

[Slony1-general] slony 2.2 for postgres15 on RHEL 8 repository

2024-01-08 Thread Soni M via Slony1-general
Hi Slony Developer, is there any plan to include slony 2.2 for Postgres15 on RHEL 8 repository ? -- Regards, Soni Maula Harriz ___ Slony1-general mailing list Slony1-general@lists.slony.info https://lists.slony.info/cgi-bin/mailman/listinfo/slony1

Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - rcols issue

2024-01-06 Thread Karl Glazebrook via pdl-general
> > pdl> p $x > > [100 200 300 400] > pdl> p $x->sever >

Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - rcols issue

2024-01-06 Thread Karl Glazebrook via pdl-general
pdl> p $x [100 200 300 400] pdl> p $x->sever [0 0 0 0] Note this is not a general problem with dataflow, if I m

Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - rcols issue

2024-01-06 Thread Karl Glazebrook via pdl-general
> > I noticed that medover and maxover do work as expected in this case. > > > On Sun, Jan 07, 2024 at 11:26:56AM +1100, Karl Glazebrook via pdl-general > wrote: >> Hi all, >> >> This dinosaur just upgraded from PDL v2.025 to v.2.084 (yes, I know that is >&g

Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - rcols issue

2024-01-06 Thread Karl Glazebrook via pdl-general
le bug to do with the internal routines that rcols uses (buffering and extending of ndarrays?) and perhaps the underlying dataflow engine. Arghh! Probably worth tracking down as it might be causing other badness…. Karl > On 7 Jan 2024, at 11:26 am, Karl Glazebrook via pdl-general > wr

Re: [Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - PDL::NiceSlice issue

2024-01-06 Thread Karl Glazebrook via pdl-general
> On 7 Jan 2024, at 11:55 am, Karl Glazebrook via pdl-general > wrote: > > (The mismatch of line numbers seems to be related to the use of hereto text > earlier in the code, the debugger shows different line numbers) > PS just to prove this point given the line numbers

[Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - PDL::NiceSlice issue

2024-01-06 Thread Karl Glazebrook via pdl-general
? best Karl _______ pdl-general mailing list pdl-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-general

[Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - scalars vs piddles

2024-01-06 Thread Karl Glazebrook via pdl-general
return a 0D piddle and no longer a scalar. This broke some gnarly code I had. I expect this change was sensible, I am just curious as the reasons and when it happened? best Karl ___ pdl-general mailing list pdl-general@lists.sourceforge.net https

[Pdl-general] Changes I noted PDL2.025 -> PDL2.084 - rcols issue

2024-01-06 Thread Karl Glazebrook via pdl-general
ere! The behaviour or absent from v2.025 Notes - making a $x->copy() removes the effect - creating $x using sequence also removes, so it is something to do with rcols() and not inplace in general? I’d be interested to know if others can reproduce this. It defi

Re: Real-time, granular synchronization of .org files across devices?

2024-01-06 Thread General discussions about Org-mode.
> I use nextcloud to sync my org files, i.e. I have my own nextcloud > instance to sync my files between different computers > (laptop/PC/work/home). There are occasional file conflicts which have to > be solved, but rarely. Files are synchronised immediately on save (if > the devices are connect

Re: Real-time, granular synchronization of .org files across devices?

2024-01-06 Thread General discussions about Org-mode.
> Single threading is not an issue. In fact, Emacs already has > https://code.librehq.com/qhong/crdt.el that provides live collaborative > editing. In theory, you might even make crdt.el work on your phone with > the new official Emacs Android port. Might be tricky though. That's really impress

[Evergreen-general] Hold Pickup Locker settings help request

2024-01-05 Thread Jo-Anne Teeuwsen via Evergreen-general
to check out holds, would you be willing to contact me off list? jteeuw...@lppl.ca Thank you very much! Jo-Anne Jo-Anne Teeuwsen IT & Technical Services Manager Lincoln Pelham Public Library 905-933-4141 ___ Evergreen-general mailing list Everg

[Evergreen-general] Reminder - participate in community conversations for The Evergreen Project's strategic plan

2024-01-05 Thread Katie Greenleaf Martin via Evergreen-general
o:k...@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.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

Real-time, granular synchronization of .org files across devices?

2024-01-04 Thread General discussions about Org-mode.
Hi, I've been using Emacs+Org Mode on my Linux and Android devices for some time now and have been encountering some little synchronization issues that have made it difficult for me to use Org as a task manager. I've encountered no big issues regarding long documents or note writing, but due to t

[Evergreen-general] Documentation Interest Group (DIG) Meeting Tomorrow--Thursday, January 4!

2024-01-03 Thread Deborah Luchenbill via Evergreen-general
m.org / 877-312-3517 Pronouns: She/Her or She/They (see https://pronouns.org/ to learn more) Input | Maximizer | Intellection | Relator | Adaptability ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.

Re: [Evergreen-general] Images from URLS in MARC records?

2024-01-03 Thread Josh Stompro via Evergreen-general
place on the server to be served up for each record. Basically what the image uploader does, just in batch. There is a section in the documentation that describes how to do this in general. https://docs.evergreen-ils.org/docs/latest/admin_initial_setup/designing_your_catalog.html

Re: [Evergreen-general] Images from URLS in MARC records?

2024-01-03 Thread Jeff Godin via Evergreen-general
On Wed, Jan 3, 2024 at 12:09 PM Terran McCanna via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > You could use the image uploader, but if there are thousands of records > that would be burdensome. > > It sounds like a good wish list request in Lau

Re: [Evergreen-general] Images from URLS in MARC records?

2024-01-03 Thread Rogan Hamby via Evergreen-general
I had thought there was a filed bug for using the $3 when present but a quick search on launchpad isn't showing it. On Wed, Jan 3, 2024 at 12:45 PM Mary Llewellyn via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Hi Terran, > > Yes, 10s of thousands

Re: [Evergreen-general] Images from URLS in MARC records?

2024-01-03 Thread Mary Llewellyn via Evergreen-general
ran McCanna via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > You could use the image uploader, but if there are thousands of records > that would be burdensome. > > It sounds like a good wish list request in Launchpad. > >

Re: [Evergreen-general] Images from URLS in MARC records?

2024-01-03 Thread Terran McCanna via Evergreen-general
raries/> <https://www.twitter.com/georgialibs> Join our email list <http://georgialibraries.org> for stories of Georgia libraries making an impact in our communities. On Wed, Jan 3, 2024 at 11:57 AM Mary Llewellyn via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote:

[Evergreen-general] Images from URLS in MARC records?

2024-01-03 Thread Mary Llewellyn via Evergreen-general
w...@biblio.org ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

OATH Toolkit 2.6.10

2024-01-02 Thread Simon Josefsson via OATH Toolkit general discussions
/pskc-tutorial.html Manual for PAM module: https://www.nongnu.org/oath-toolkit/pam_oath.html Liboath Manual: https://www.nongnu.org/oath-toolkit/liboath-api/liboath-oath.h.html Libpskc Manual https://www.nongnu.org/oath-toolkit/libpskc-api/pskc-reference.html General information on contrib

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

2024-01-02 Thread General discussions about Org-mode.
Hello, I've been archiving tasks automatically using `org-after-todo-state-change-hook' but I've been recently bit with a note (entering a todo state configured with '@') being placed where the task was before its archival. This patch aims to offer a way to defer the archival after the note is s

[Evergreen-general] Untranslated column headers in the staff client - how to proceed?

2024-01-01 Thread Linda Jansová via Evergreen-general
ybe this wouldn't work in practice as the example strings from the spreadsheet currently indicate no occurrences in the .component.html files.) Or would there be an entirely different way to tackle it? Thank you very much for sharing your views! Linda ______

[Jgeneral] Fwd: [Jprogramming] Report of the J wiki meeting of December 14th, 2023

2023-12-27 Thread 'robert therriault&#x27; via General
nsulting LLC > > > On Thu, Dec 28, 2023 at 12:05 AM 'robert therriault' via General < > gene...@jsoftware.com> wrote: > >> == Report of Meeting 2023-12-14 == >> >> Present: Art Anger, Ed Gottsman, Raul Miller, and Bob Therriault >> >> Ful

Re: [Jgeneral] Report of the J wiki meeting of December 14th, 2023

2023-12-27 Thread 'Skip Cave&#x27; via General
All, I would like to attend the Thursday J Wiki meetings. How do I get an invite to those meetings? Skip Skip Cave Cave Consulting LLC On Thu, Dec 28, 2023 at 12:05 AM 'robert therriault' via General < gene...@jsoftware.com> wrote: > == Report of Meeting 2023-12-14 == >

[Jgeneral] Report of the J wiki meeting of December 14th, 2023

2023-12-27 Thread 'robert therriault&#x27; via General
knowing that it may not be possible to serve all audiences equally. For access to previous meeting reports https://code.jsoftware.com/wiki/Wiki_Development If you would like to participate in the development of the J wiki please contact us on the general forum and we will get you an invitat

[Jgeneral] Compile Jqt for macOS

2023-12-22 Thread 'Godfrey&#x27; via General
Merry Christmas, I tried to start jqt from the desktop shortcut, after I install J on macOs with m2, but it fail to start.So I tried to recompile jqt for macOs. First I tried to install Qt from source, but fail.Then I used the Qt online installer for macOS, and install the Qt version 6.5.3.Just f

Re: [Pdl-general] Check for all element eq 0

2023-12-22 Thread Ingo Schmid via pdl-general
; returns 1 Best regards, Yury _______ pdl-general mailing list pdl-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-general _______ pdl-general mailing list pdl-general@lists.so

Re: [Evergreen-general] Prague

2023-12-21 Thread Linda Jansová via Evergreen-general
after the tragedy today. Sincerely, Terran and the PINES team ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Evergreen-general] Prague

2023-12-21 Thread Terran McCanna via Evergreen-general
To our Evergreen family in the Czech Republic, Our hearts go out to you tonight. We sincerely hope that you and your loved ones are safe and well after the tragedy today. Sincerely, Terran and the PINES team ___ Evergreen-general mailing list Evergreen

Re: [Evergreen-general] Inventory Guns

2023-12-20 Thread Kevin Co via Evergreen-general
output. Nice work out there! -Kevin From: Evergreen-general On Behalf Of Gina Monti via Evergreen-general Sent: Wednesday, December 20, 2023 9:53 AM To: Evergreen Discussion Group Cc: Gina Monti Subject: [Evergreen-general] Inventory Guns CAUTION: This email originated from outside your

[Evergreen-general] Inventory Guns

2023-12-20 Thread Gina Monti via Evergreen-general
if anyone has done a project like this before we offer it. -- Gina Monti (she/her) Evergreen Systems Specialist Bibliomation, Inc. (203) 577-4070 ext. 109 English, American Sign Language ___ Evergreen-general mailing list Evergreen-general@list.evergreen

[Evergreen-general] TEP Board Meeting Thursday 12/21 at 2 p.m. ET

2023-12-20 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] Reminder: 2024 Conference Call to Proposals Due Soon!

2023-12-20 Thread Gina Monti via Evergreen-general
We have a very strong amount of cataloging and acquisitions programs with some end user friendly ideas. We could use some topics lead by developers/for the technical audience. General audience topics are always welcome, too. I did just send an email to the dev list on a proposal idea to discuss

Re: [Evergreen-general] Reminder: 2024 Conference Call to Proposals Due Soon!

2023-12-20 Thread Terran McCanna via Evergreen-general
tps://www.twitter.com/georgialibs> Join our email list <http://georgialibraries.org> for stories of Georgia libraries making an impact in our communities. On Wed, Dec 20, 2023 at 10:38 AM Gina Monti via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > Hi

[Evergreen-general] Reminder: 2024 Conference Call to Proposals Due Soon!

2023-12-20 Thread Gina Monti via Evergreen-general
Monti (she/her) Evergreen Systems Specialist Bibliomation, Inc. (203) 577-4070 ext. 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

Why is not everything reproducible yet?

2023-12-20 Thread Bernhard M. Wiedemann via rb-general
Sometimes people wonder: Why is not everything reproducible yet? And the general reason is that there are other interests that result in added non-determinism. I collected some with examples Performance (PGO, benchmarking, -march=native, parallelism/races) https://build.opensuse.org

Re: [Jgeneral] add prefix to a boxed list

2023-12-16 Thread 'Nollaig MacKenzie&#x27; via General
I like L: a lot. You can do neat things: ! L: 0 (<0 1 2),<2 4;3 5 7 ┌─┬─┐ │1 1 2│┌┬──┐│ │ ││2 24│6 120 5040││ │ │└┴──┘│ └─┴─┘ > On Dec 16, 2023, at 09:09, Henry Rich wrote: > > 'prefix' ,L:0 names > > Untested. > > He

[Evergreen-general] Evergreen 3.10.4 & 3.11.2 Released

2023-12-16 Thread Jason Stephenson via Evergreen-general
ase/RELEASE_NOTES_3_11.html> <https://evergreen-ils.org/documentation/release/RELEASE_NOTES_3_10.html> The downloads are available at the usual place: <https://evergreen-ils.org/egdownloads/> ___ Evergreen-general mailing list Evergreen-gene

Re: [Jgeneral] add prefix to a boxed list

2023-12-16 Thread 'Viktor Grigorov&#x27; via General
+-+-+--+ > |Mrs. Aileen|Mrs. Brittney|Mrs. Gail|Mrs. Fiona| > +---+-----+-+--+ > > On Sat, Dec 16, 2023 at 3:20 AM 'robert therriault' via General < > gene...@jsoftware.com> wrote: > >> This seems like

Re: [Jgeneral] add prefix to a boxed list

2023-12-16 Thread 'robert therriault&#x27; via General
This seems like it would get more responses in the programming forum, but you can also use gerund operands to &. and select which argument you want to process. names=:'Aileen';'Brittney';'Gail';'Fiona' 'Mrs. ' ,&.(a:`>) names ┌───┬─┬─┬──┐ │Mrs. Aileen│Mrs. Br

Re: Scheme in Scheme on Wasm in the browser

2023-12-15 Thread Tom Whitcomb via General Guile related discussions
OMG.  This is awesome. On Friday, December 15, 2023 at 07:35:09 AM PST, Thompson, David wrote: Hey Guilers, It's new blog post day over at Spritely! In this post, we build a small "metacircular evaluator", SICP style, and run it in the browser with Guile Hoot. This interpreter, while

[BUG] Warnings pop-ups in the org buffer [9.6.13 ( @ /home/soumya/.emacs.d/elpa/org-9.6.13/)]

2023-12-15 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.

[Evergreen-general] Cataloging topics for EIOC 2024 -- Another Reminder

2023-12-15 Thread Jennifer Weston via Evergreen-general
jennifer.wes...@equinoxoli.org *www.equinoxOLI.org <http://www.equinoxOLI.org>* 877-OPEN-ILS (673-6457) direct: 770-709-5574 ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/

[Evergreen-general] Re-released files for Evergreen 3.12.0, 3.11.2, and 3.10.4

2023-12-14 Thread Jason Boyer via Evergreen-general
oli.org +1 (877) Open-ILS (673-6457) https://equinoxOLI.org/ ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Jgeneral] Report of the J Wiki Meeting of December 7, 2023

2023-12-13 Thread 'robert therriault&#x27; via General
tware.com/wiki/Wiki_Development If you would like to participate in the development of the J wiki please contact us on the general forum and we will get you an invitation to the next J wiki meeting held on Thursdays at 23:00

[Evergreen-general] 3.12.0 Released

2023-12-13 Thread Andrea Buntz Neiman via Evergreen-general
Buntz Neiman, MLS Project Manager for Software Development | Product Specialist Equinox Open Library Initiative abnei...@equinoxoli.org 1-877-OPEN-ILS (673-6457) x5583 *https://www.equinoxOLI.org/ <https://www.equinoxOLI.org/>* ___ Evergreen-general m

Re: [Evergreen-general] Point-of-Sale system

2023-12-12 Thread Terran McCanna via Evergreen-general
lissa Macomber via Evergreen-general < evergreen-general@list.evergreen-ils.org> wrote: > We have a library that is looking to join Evergreen in the next year. They > are currently on Horizon and looking for a point-of-sale system that they > can use on Evergreen as wel

[Evergreen-general] Point-of-Sale system

2023-12-12 Thread Millissa Macomber via Evergreen-general
. Sedro-Woolley, WA 98284 360-755-3985 www.centralskagitlibrary.org milli...@centralskagitlibrary.org ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Evergreen-general] No Cataloging Interest Group Meeting Today

2023-12-12 Thread Jennifer Weston via Evergreen-general
rgreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Evergreen-general] Developer meeting reminder: TODAY December 12th at 3pm Eastern, 12 Pacific

2023-12-12 Thread Blake Graham-Henderson via Evergreen-general
filled in. -- -Blake- Conducting Magic Will consume any data format MOBIUS ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Evergreen-general] 3.12-RC available

2023-12-06 Thread Andrea Buntz Neiman via Evergreen-general
org 1-877-OPEN-ILS (673-6457) x5583 *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

[Evergreen-general] participate in community conversations for The Evergreen Project's strategic plan

2023-12-05 Thread Katie Greenleaf Martin via Evergreen-general
...@sparkpa.org> ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Evergreen-general] Documentation Interest Group (DIG) Meeting this Thursday, December 7!

2023-12-05 Thread Deborah Luchenbill via Evergreen-general
uns.org/ to learn more) Input | Maximizer | Intellection | Relator | Adaptability ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Jgeneral] Report of the J Wiki Meeting of 2023-11-30

2023-12-04 Thread 'robert therriault&#x27; via General
ski's APLCart https://aplwiki.com/wiki/APLcart might be a good target for ChatGPT. For access to previous meeting reports https://code.jsoftware.com/wiki/Wiki_Development If you would like to participate in the development of the J wiki please contact us on the general forum and we w

[Evergreen-general] Rebase alert - Lint patch merge

2023-12-04 Thread Andrea Buntz Neiman via Evergreen-general
Specialist Equinox Open Library Initiative abnei...@equinoxoli.org 1-877-OPEN-ILS (673-6457) x5583 *https://www.equinoxOLI.org/ <https://www.equinoxOLI.org/>* ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.or

Re: [Slony1-general] sl_log_1 is no longer empty

2023-12-03 Thread Sebastien Marchand via Slony1-general
know. Thanks you. Le 29/11/2023 à 19:58, Steve Singer a écrit : On Mon, 27 Nov 2023, Sebastien Marchand via Slony1-general wrote: Hello, I have a problem that I've just noticed on several of my replications, my sl_log_1 table no longer empties and keeps incrementing. Where should I loo

RE: GNU backgammon - random starting point?

2023-12-01 Thread Bug reports for and general discussion about GNU Backgammon.
I thought we used to be able to paste a position ID without it resetting the match score, so we could play it repeatedly. This came up quite independently for me today when I wanted to practice 64S-55K-F-DT. 4HPhQUAzTvABMA:QQkE is the position and match ID. It works splendidly when I pa

[Jgeneral] Report of the J wiki Meeting of November 23

2023-11-29 Thread 'robert therriault&#x27; via General
ting reports https://code.jsoftware.com/wiki/Wiki_Development If you would like to participate in the development of the J wiki please contact us on the general forum and we will get you an invitation to the next J wiki meeting held on Thursdays at

Re: [Slony1-general] sl_log_1 is no longer empty

2023-11-29 Thread Steve Singer via Slony1-general
On Mon, 27 Nov 2023, Sebastien Marchand via Slony1-general wrote: Hello, I have a problem that I've just noticed on several of my replications, my sl_log_1 table no longer empties and keeps incrementing. Where should I look to find the event that breaks the function that's supposed

[Evergreen-general] Reminder: Reports Interest Group Meets Wednesday, November 29th at 2 PM Eastern

2023-11-28 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> ___ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-i

[Evergreen-general] Permissions Working Group Meeting Today at 3 p.m. EDT

2023-11-28 Thread Susan Morrison 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] 2024 Conf Early Bird Registration Open and Program Proposal Deadline Extension

2023-11-27 Thread Gina Monti via Evergreen-general
ist Bibliomation, Inc. (203) 577-4070 ext. 109 _______ Evergreen-general mailing list Evergreen-general@list.evergreen-ils.org http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-general

[Slony1-general] sl_log_1 is no longer empty

2023-11-27 Thread Sebastien Marchand via Slony1-general
n Marchand ___ Slony1-general mailing list Slony1-general@lists.slony.info https://lists.slony.info/cgi-bin/mailman/listinfo/slony1-general

Re: scheme and lisp

2023-11-23 Thread Bernhard M. Wiedemann via rb-general
On 23/11/2023 17.53, Ludovic Courtès wrote: The implementations are also very different: for instance, Chez implements a native ahead-of-time compiler whereas Guile has bytecode compilation plus just-in-time compilation. Thus problems and solutions for one implementation are unlikely to transl

scheme and lisp

2023-11-23 Thread Bernhard M. Wiedemann via rb-general
Hi, in openSUSE there are some packages that so far refuse to build reproducibly. The common theme around them is that they use scheme or lisp to produce binaries with a 'dump' command. e.g. for scheme48 I extracted this reproducer: pushd ~/rpmbuild/BUILD/scheme48-*/ps-compiler ../go -h

[Jgeneral] Report of the J Wiki Meeting of November 16, 2023

2023-11-22 Thread 'robert therriault&#x27; via General
nvolved but would be accessible for those who wanted the more detailed view. For access to previous meeting reports https://code.jsoftware.com/wiki/Wiki_Development If you would like to participate in the development of the J wiki please contact us on the general forum and we will get you an invitation

Re: [Jgeneral] Not J but Rosetta and ...

2023-11-22 Thread 'Michael Day&#x27; via General
Sorry, Raul, I'd forgotten about "chat!" The site seems to be up and going again. Thanks, Mike On 22/11/2023 14:52, Raul Miller wrote: This rosettacode thing is probably a chat forum issue rather than a general forum issue. That said, rosettacode has migrated to a different

Re: [Evergreen-general] [External] Re: Problems with authorize.net in 3.11?

2023-11-22 Thread Murphy, Benjamin via Evergreen-general
the North Carolina Public Records Law and may be disclosed to third parties. Please note new email address From: Galen Charlton Sent: Wednesday, November 22, 2023 9:20 AM To: Evergreen Discussion Group Cc: Murphy, Benjamin Subject: [External] Re: [Evergreen-gen

<    2   3   4   5   6   7   8   9   10   11   >