Re: Guix Data Service client module

2022-02-15 Thread Christopher Baines
Ludovic Courtès writes: >> The only thing I can see that's required before merging though is the >> exports. I'm now thinking about this kind of thing (getting data out of >> the data service) in the context of patch/branch review. > > I think there’s a couple of issues that would be nice to add

Re: Guix Data Service client module

2022-02-05 Thread Ludovic Courtès
Hi! Christopher Baines skribis: > Ludovic Courtès writes: > >> Hello Guix! >> >> Here’s a client module for the Guix Data Service, allowing you to access >> a subset of the Guix Data Service interfaces from the comfort of your >> REPL. [...] > I added some exports (included below) so that I c

Re: Guix Data Service client module

2022-02-04 Thread Christopher Baines
Ludovic Courtès writes: > Hello Guix! > > Here’s a client module for the Guix Data Service, allowing you to access > a subset of the Guix Data Service interfaces from the comfort of your > REPL. > > I had it sitting in my source tree for a while and Chris sent me an > impressive shell one-liner

Guix Data Service client module

2021-06-27 Thread Ludovic Courtès
Hello Guix! Here’s a client module for the Guix Data Service, allowing you to access a subset of the Guix Data Service interfaces from the comfort of your REPL. I had it sitting in my source tree for a while and Chris sent me an impressive shell one-liner that made me want to try from Scheme: