ducdetronquito
ducdetronquito
Is it worth it to be able to run on top of [Httpbeast](https://github.com/dom96/httpbeast) or is the standard http server good enough ? Any insight on the subject is welcomed :)
The code is a big for-loop and it makes potential changes or bug fixes not so straightforward. First take: go for a state machine.
Reported this morning by @q60. - Code: https://gist.github.com/q60/4d875206006df803d8f7c7daf5acb997 - Env: Zig 0.9.0 running linux x86_64
Hi @MasterQ32 ! When Zig 0.7 will be released, I plan to use *zig-network* in combination with *h11* to try to build an HTTP client library. Zig is young and...
Hi @nektro , I think I encountered a bug or it can be just be me misusing zigmod ! **Steps to reproduce**: I created a small library [zigmod_dep](https://github.com/ducdetronquito/zigmod_dep) that provide...
Hi @nektro ! When removing a dependency from a zig.mod file and the run `zigmod fetch`, it correctly update `deps.zig` and `zigmod.lock`, but it does not remove the dependency code...
## Description Small typo in the README
Hi ! First thanks for you work on the F# track, it's a pleasure to learn the language on Exercism ! When building the exercise [space-age](https://exercism.org/tracks/fsharp/exercises/space-age/), I have the following...