Stephan Guilloux

Results 19 issues of Stephan Guilloux

- [x] I have checked the latest `main` branch to see if this has already been fixed - [x] I have searched existing issues and pull requests for duplicates URL...

I just had a look in client.go and found that there was commit dda45d48945963b6c834dd11b5cb254478ab2a88 to handle server start errors. The same kind of fix applies on server.go too: If listen()...

I'm currently trying to play with flapigen internals, let's say, for some experiment. I'm sure it's a rookie question, but how to use debug!() and mainly, how to see its...

question

I figured out that .hpp is generated to expose constants for enums, but this file is not usable for pure C code. I worked a bit on that, this afternoon....

enhancement
C++

Working with GIN for a while and looking for a solution with a CAS authentication mechanism. Had a look to many gin-contrib, but found nothing relevant yet. GO-CAS (https://github.com/go-cas/cas) seems...

See README.md and comments in the code, for more details. A lot easier than I thought, to implement.

Example is probably beter than a long sentences: ``` jsonParsed, err := gabs.ParseJSON([]byte(`{ "outter":{ "inner":{ "value1":10, // Comment 2 "value2":22 # Comment 3 }, "alsoInner":{ "value1":20, /* Comment 4 */...

question

I managed to create a domain ("XXX.local"), where all my machines are registered, with AVAHI configuration. I'm able to see all of them with avahi-browse, no issue there. None is...

Could be an idea to setup a release/tag, as none is set since 2016. My 2 cents.

How to reproduce: ``` prompt> git clone libzmq prompt> cd libzmq/builds/android prompt> export CURVE=libsodium prompt> ./ci_build.sh Cloning into 'libsodium'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out...