-
##### protoc
```
$ brew update
$ brew install protobuf --devel --verbose
...
$ protoc --version
libprotoc 3.0.0
```
##### protobuf-swift
```
$ git clone https://github.com/alexeyxo/protobuf-swift
$ …
-
Hi
The project fails at compiling protos with `option` at messages, enums, services levels. we are trying to do some custom code generating based on our custom options.
[https://developers.googl…
-
I am consuming a HTTP API, that is generated by grpc-gateway.
In protobuf3 docs (https://developers.google.com/protocol-buffers/docs/proto3#json) it says, that timestamps are encoded as RFC 3339 st…
-
你好
我用protobuf3.8.0编译 error onnx_ONNX_NAMESPACE-ml.pb.cpp is not a member of ‘google::protobuf::internal::WireFormat’
然后使用protobuf3.13.3编译 onnx_ONNX_NAMESPACE-ml.pb.h:368: undefined reference to `g…
-
If you see the error messages `E ModuleNotFoundError: No module named 'smdebug.core.tfevent.proto.types_pb2'1` or `ERROR: Compiling summary protocol buffers failed. You will not be able to use smdeb…
-
This requires protobuf 3 or higher, and is therefore dependant on travis supporting ubuntu 18.04 which is the next LTS release. Expected to be standard on travis in 2019.
For the other developers o…
-
### Describe the bug
`protobuf` and the version-specific variants (e.g. `protobuf3_20`, `protobuf3_21`, etc) are implemented internally using `callPackage`. This means I can’t override them myself be…
-
https://geektutu.com/post/quick-go-protobuf.html
protobuf 即 Protocol Buffers,是一种轻便高效的结构化数据存储格式,与语言、平台无关,可扩展可序列化。protobuf 性能和效率大幅度优于 JSON、XML 等其他的结构化数据格式。protobuf 是以二进制方式存储的,占用空间小,但也带来了可读性差的缺点。proto…
-
### bug描述 Describe the Bug
[Hint: Expected desc.ParseFromArray(buf.get(), size) == true, but received desc.ParseFromArray(buf.get(), size):0 != true:1.] (at /paddle/paddle/fluid/framework/tensor_uti…
-
Hi there,
As a beginner learning about quantization, I encountered an error related to `protobuf` while installing PPQ. I resolved it by downgrading `protobuf` using the command `pip install protob…