IRC channel logs

2022-09-03.log

back to list of logs

<jpoiret>is HAVE_POSIX enabled on win32?
<jpoiret>since gnulib provides posix_spawn on win32, I'm thinking of adding it unconditionally
***Noisytoot_ is now known as Noisytoot
<haugh>Don't really know where else to put this. Just want to mention that when I first started poking at Guile, I wanted a lot more syntax sugar, but over time I'm learning to appreciate the conservative approach.
<haugh>Also Wingo is a cutie
<antipode>sneek: later tell cwebber: In gnunet-scheme, I have a module (web form) implementing application/x-www-form-urlencoded, do you think this would fit in guile-webutils?
<sneek>Will do.
<cwebber>hi hi
<sneek>Welcome back cwebber, you have 1 message!
<sneek>cwebber, antipode says: In gnunet-scheme, I have a module (web form) implementing application/x-www-form-urlencoded, do you think this would fit in guile-webutils?
<cwebber>oh interesting
<cwebber>antipode: probably :) I haven't touched guile-webutils in a bit but it would be nice to revive that
<antipode>I've seen some other software just treating it as if it were part of an URI & parsing it that way, ignoring that x-www-form-urlencoded is its own RFC, separate from URLs (they are related though, so maybe that would be okay after all?).
<antipode>It's a strict parser, no Postel's law -- I've noticed that a browser (Firefox) doesn't escape some stuff even though required so an allowance was made for that, but that was more reactive than anticipatory
<antipode>Link to source code: https://git.gnunet.org/gnunet-scheme.git/tree/web/form.scm