Re: [PATCH] web: default to INADDR_ANY instead of INADDR_LOOPBACK

2022-07-21 Thread Aleix Conchillo Flaqué
ping. easy one but might be more controversial. On Wed, Feb 2, 2022 at 4:26 PM Aleix Conchillo Flaqué wrote: > Using INADDR_ANY instead of INADDR_LOOPBACK makes it convenient when > starting the web server inside containers without the need to having to > specify INADDR_ANY all the time. This is

Re: [PATCH] doc: fix web (run-server) examples

2022-07-21 Thread Aleix Conchillo Flaqué
ping. this is an easy one :-). On Wed, Feb 2, 2022 at 3:25 PM Aleix Conchillo Flaqué wrote: > * doc/ref/web.texi (Web Server): need quasiquote to in order to evaluate > AF_INET6. > --- > doc/ref/web.texi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/ref/web.te

Re: Tom Lord passing

2022-07-21 Thread tomas
On Tue, Jul 19, 2022 at 04:31:41PM -0700, Andy Tai wrote: > Thomas Lord was an early (or the first?) maintainer of guile > > from https://berkeleydailyplanet.com/issue/2022-06-26/article/49837 > > Obituaries > > Thomas Lord > 1966-2022 [...] Thanks for the reminder. I know I'll miss him. Chee

Re: mmap for guile

2022-07-21 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > Ludovic Courtès schreef op ma 04-07-2022 om 12:09 [+0200]: >> I don’t think the optimizer makes any such assumption, except for >> literal bytevectors. > > It _does_ assume that bytevector lengths don't change: [...] > As can be seen in the above output, it first de