Arwalk

Results 81 comments of Arwalk

Actually, it's in the spec! https://protobuf.dev/programming-guides/proto3/#json

Hey @librolibro , thanks for your time. I'll look into it ASAP. Any contribution is very much welcome.

Hello again, sorry for not looking into it yet, I have limited braincells and time available lately. This is very interesting, but I'd prefer if we could manage to do...

Hello @james-callahan, Thanks for your input. We have been working on the subject (mostly @librolibro to be fair) on #49. We opted for the third option in @librolibro 's analysis:...

Hey there @Rubeer , thanks for the issue. Right now, the way zig-protobuf works is centered around the "message as a zig struct" idea. Once you have generated the structures...

It seems like it would be better to look at this when async is back on the menu. I'll leave it at that for now.

have you tried already but ran into some issues?

I've tried adding some cool comptime checks on the `init` method based on reflection of functions and all, but the truth is that they never get hit by the compiler....

my brain is smooth, i forgot about error handling on the interfaces.

> I think we should get first a library that does RPC and then create the implementation on top of it. The PR may include a good approach, but I'd...