Arwalk
Arwalk
> @Arwalk `usingnamespace` has been removed in latest Zig master, necessitating changes. Should the moving-to-generator approach you mentioned be considered the canonical way forward? Yes. If you are motivated to...
@nat3Github i'm closing this because i'm handling it in #103 but i would like to thank you again for your contribution, and apologize for not handling it in a timely...
> A release build just exits with code 1 I noticed this behaviour too, on a windows vm/CI or my own machine. This was on trying to fetch a zip...
hey there @inge4pres, ideally i'd like to do #52 before this one, but that's not a necessary step. > Are we able to backtrack the whole spectrum of types before...
Hey there, thanks again @jaronoff97 for looking into this. First, i'll invoke the [robustness principle](https://en.wikipedia.org/wiki/Robustness_principle): decoding should be able to accept the input with or without shadowing. So there should...
Hello @jaronoff97 , thanks a lot for this issue and the PR you started. As said in the readme, json encoding/decoding is still a beta feature in this library, so...
Hello @0x08088405 , thanks for your issue. I understand your point of view, and will update the README accordingly. That said, there are a few points i'd like to add....
Ok to merge this as-is @menduz ? Or should i look a bit more into it ?
I think the problem existed before this PR (all our imports are marked as public in all.proto but most of them are not `pub` at the end). But you're right...
Thanks for reporting the problem and providing a minimal example. I'll try to look into it.