-
# Protobuffers Are Wrong :: Reasonably Polymorphic
[https://reasonablypolymorphic.com/blog/protos-are-wrong/](https://reasonablypolymorphic.com/blog/protos-are-wrong/)
-
Hi! I want to try out this tool for my thesis but it seems the script you used to convert the TensorFlow protobuffer to NNet in `1 training-proto-nnet.ipynb` is missing? Perhaps you forgot to add it o…
-
I use websocket to test myproject , but I dont know how to edit xml in protobuffer ,
please help, thanks
-
Hi, I am very interested in your research. Could you please tell me which version of protobuffer you have used?
I have tried an old version, but failed.
Best
Chen
-
When strings finds a string defined at location 0, the resulting object reaching the frontend has the location field omitted since the location is `0` and thus empty. The golang code is generated with…
-
Hi [Auties00](Alessandro Autiero)
I sincerely appreciate your effort in the developing this project, it is very much helpful to send Whatsapp messages programmatically.
I am new to this domain, an…
-
The protobuffer has support for marshaling protobuffer messages as json: google.golang.org/protobuf/encoding/protojson
For some popular tools, like logstash (that are more text oriented), having js…
gjelu updated
3 years ago
-
If you take a normal protobuffer message and serialize it to bytes:
```
Search query = Search.newBuilder().setQueryFilter(queryFilter).build();
byte[] protoBytes = query.toByteArray();
```
and then …
-
Hi, @pereferrera @epalace @ivanprado
Right now, pangool has three serialization way, including hadoop, protostuff and thrift serializations, but does not support protobuffer, which is also widely us…
-
# Protobuffers Are Wrong :: Reasonably Polymorphic
[https://reasonablypolymorphic.com/blog/protos-are-wrong/index.html](https://reasonablypolymorphic.com/blog/protos-are-wrong/index.html)