-
It'd be great if this library was able to support reading and writing protobuf messages. Protobufs are generated and there is no (clean) way to control field tags which would be necessary to set field…
-
The current step of converting `BaseModel` to `Protobuf Message` is tedious and has poor performance. e.g:
```python
from google.protobuf.json_format import ParseDict
from pydantic import BaseModel…
so1n updated
5 months ago
-
- https://github.com/sciotaio/micropython-sparkplugb
- http://www.steves-internet-guide.com/introduction-to-mqtt-sparkplug-for-iiot/
- http://www.steves-internet-guide.com/sparkplug-payloads-and…
-
### Please describe the end goal of this project
Provide a framework and migrate some key node-to-node requests to serialize via protobuf rather than the current native stream writing (i.e. `writeT…
-
Hi team,
in 5 out of 4 requests im facing an error on this line, my **feast version is 0.34.1**
**store = FeatureStore(config=repo_config)**
below is my repo config code:
…
-
I have some protos given to me but its not working with the code generator.
Q1. the proto files given to me has the 'protos/‘ path prefix
Is there an option to fix this (without removing the proto…
-
We currently use protobufjs, and would love to switch over to protobuf-es for the typescript ergonomics and es6/tree shaking that it offers. Parts of our app deal with large messages, so I did a quick…
-
Hi!
I'm trying to get a grpc server running based on symfony and your grpc-everywhere.
But I'm far away from getting it to work.
I'm trying to get the short example of your README.md running, b…
-
When processing batches of trees of few thousand nodes, session.run fails with the following message:
> [libprotobuf ERROR external/protobuf/src/google/protobuf/io/coded_stream.cc:208] A protocol m…
-
Atm, the events serialized to PCES and gossip use protobuf, but the field length is determined externally, outside of PBJ. This is because there is no simple API to write a delimited message using the…