Re: guile-redis 2.2.0 released

2022-02-23 Thread Nala Ginrut
Congrats! And thank you! On Thu, Feb 24, 2022, 13:34 Aleix Conchillo Flaqué wrote: > Hi, > > I'm happy to announce guile-redis 2.2.0. This release adds the new commands > found in the upcoming Redis 7.0. > > https://github.com/aconchillo/guile-redis/ > > * About > > guile-redis is a Guile module

guile-redis 2.2.0 released

2022-02-23 Thread Aleix Conchillo Flaqué
Hi, I'm happy to announce guile-redis 2.2.0. This release adds the new commands found in the upcoming Redis 7.0. https://github.com/aconchillo/guile-redis/ * About guile-redis is a Guile module for the Redis key-value data store. It provides all commands up to Redis 7.0 and supports multiple co

Re: Setup a remote pair-programming environment

2022-02-23 Thread Jérémy Korwin-Zmijowski
I should have said « Hi Guilers » oops! Jérémy

Setup a remote pair-programming environment

2022-02-23 Thread Jérémy Korwin-Zmijowski
Dear Guixters, I realised I have not shared my last blog post about Guix with you here. It's about how I used Guix to set up a remote pair-programming environment (mostly to hack with Guile). I mean somewhere I could hack with another person. For example: - I introduced people to Guile and Te

Re: [EXT] GOOPS class printing

2022-02-23 Thread Thompson, David
Hi Mike, On Wed, Feb 23, 2022 at 4:44 PM Mike Gran wrote: > > Hello all- > > If I define a GOOPS class like so... > >(use-modules (oop goops)) >(define-class ()) > > > When it is printed, it has a long hex string in it > > $2 = #< 7fa3d9a5bc80> > > Is there a way to change how a

Re: GOOPS class printing

2022-02-23 Thread Jan Wedekind
You can define the write and display methods for a metaclass. Also see my article on inspection and metaclasses: https://www.wedesoft.de/software/2014/03/02/oop-with-goops/ Kind regards Jan On 23 February 2022 21:43:50 GMT, Mike Gran wrote: >Hello all- > >If I define a GOOPS class like so... >

Re: bytestructures 2.0.1

2022-02-23 Thread Jérémy Korwin-Zmijowski
Yo Taylan ! Thank you for your work ! Jérémy OpenPGP_0x700F5E0CCBB2E2D1.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Re: guile-oauth 1.1.0 released

2022-02-23 Thread Jérémy Korwin-Zmijowski
Yo Aleix ! I'm happy to announce guile-oauth 1.1.0. This is a minor release that just adds a missing #:body keyword argument to OAuth1 and OAuth2 HTTP request procedures and improves documentation. https://github.com/aconchillo/guile-oauth/ Thank you for your work on that ! Cheers, Jérémy

Re: Shell commands with output to string

2022-02-23 Thread Olivier Dion via General Guile related discussions
On Thu, 24 Feb 2022, Blake Shaw wrote: > Olivier Dion via General Guile related discussions > writes: >> This is great and should be merged into the standard library of Guile. >> Maybe not at it's (I have not read everything), but this would be trully >> benifical to all Guile users. >> > I very

Re: Shell commands with output to string

2022-02-23 Thread Blake Shaw
Olivier Dion via General Guile related discussions writes: > On Wed, 23 Feb 2022, Zelphir Kaltstahl > wrote: > >>> There's ton of missing stuffs in the standard library IMO. On top >>> of my >>> head, filesystem paths manipulation (e.g. path-join) is also one >>> that is >>> probably getting re

Re: Shell commands with output to string

2022-02-23 Thread Olivier Dion via General Guile related discussions
On Wed, 23 Feb 2022, Zelphir Kaltstahl wrote: >> There's ton of missing stuffs in the standard library IMO. On top of my >> head, filesystem paths manipulation (e.g. path-join) is also one that is >> probably getting re-invented a lots. > > I actually made something for that, trying to copy most

Re: Shell commands with output to string

2022-02-23 Thread Josselin Poiret
Hello, p...@thomasdanckaert.be writes: > Hi, > > to throw in an example: I once used a function like the one below to > handle stdout and stderr from external commands (from > https://github.com/tdanckaert/jobview/blob/master/jobtools.scm#L38 ). > Probably far from perfect (my first and only

Re: guile-oauth 1.1.0 released

2022-02-23 Thread Blake Shaw
Aleix Conchillo Flaqué writes: > Hi, > > I'm happy to announce guile-oauth 1.1.0. This is a minor release that just > adds a missing #:body keyword argument to OAuth1 and OAuth2 HTTP request > procedures and improves documentation. > > https://github.com/aconchillo/guile-oauth/ > > * About > > gu