Duncan McGreggor
Duncan McGreggor
I've added support for creating protobuf instance from `com.google.protobuf.CodedInputStream` and `java.io.InputStream`. The latest code has been published on Clojars, so the next time you start up your REPL, the new...
I'll take a little longer look at this in a bit, but wanted to point out that you're using proto3, and that's not fully supported yet. There are several tickets...
There's a `proto3` example here: * https://github.com/google/protobuf/blob/master/examples/addressbook.proto **Update:** Added.
The more I read about proto3, the less I like it :-( The changes were pretty drastic, from the perspective of schema-based data applications (or RPC services). I may end...
I guess I should claify that last comment: 1. I'm still working on supporting `proto3` ;-) 1. The comment was made after exploring the possibility of converting everything to `proto3`,...
Sadly, no :-( I don't suspect I'll have the time to work on `proto3` any time in the near future, so this will likely need to be a community contribution/PR....
In general, I feel that the implementation of much of this library is rather heavy-handed -- perhaps not for the time it was written -- though it does feel that...
It will be easier to work on spikes and implementations for this, once #27 is done (and it's almost there).
With #27 done, we can experiment with a new implementation that doesn't use the `gloss` lib, etc., just handles the bytes directly. The Meson library experimented with this for supporting...
That would be great, thanks!