On 29-01-2023 03:40, Blake Shaw wrote:
Hi Maxime,
Did you watch my talk from Guix days?
I read the text in the talk, but mostly skipped the speech.
There I detailed that the goal
would be to move from what is painfully obvious, gradually building up
in chunks and peices. That is what is h
* module/web/uri.scm (valid-host?): Drop one trailing "." before validating.
---
module/web/uri.scm | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/module/web/uri.scm b/module/web/uri.scm
index 8e0b9bee7..c6affa963 100644
--- a/module/web/uri.scm
+++ b/module
On 29-01-2023 04:04, Blake Shaw wrote:
On 26-01-2023 19:57, Blake Shaw wrote:
> @example
> -(match lst
> - (((heads tails ...) ...)
> - heads))
> +(match '(((a b c) e f g) 1 2 3)
> + (((head ...) tails ...)
> + `(,@tails ,head)))
> +@result
Hello Guilers!
(And hello Guix—that’s about an interesting use case. :-))
Back in 2009, together with Rob Vermaas of NixOS, we set up continuous
integration for Guile (among other GNU packages), using Nix coupled with
Hydra, its continuous integration (CI) system:
https://lists.gnu.org/archive
Hello,
> (Speaking of which, I hereby ask fellow Guix hackers to voice any
> concerns they may have regarding this use of project resources.)
Please use project resources. Thank you.
Kind regards,
T G-R
Sent on the go. Excuse or enjoy my brevity.
Hi Ludo'
On Sun, Jan 29, 2023 at 9:37 AM Ludovic Courtès wrote:
>
> I hereby ask fellow Guix hackers to voice any
> concerns they may have regarding this use of project resources.
I am not a Guix hacker (although maybe every user is one too) and, as
a newbie, I cannot speak for the group but the
Hi Maxime,
I have to be perfectly up-front: past interactions like this, which appear
to me as more or less a means to gatekeep the contribution process by tying
up others' time in disagreement over what is ultimately minutiae (I'll get
into specifics momentarily), ultimately drove me away from co