-
Currently, appveyor has no build-in support for [protobuf](https://github.com/protocolbuffers/protobuf), a common option for data interchange.
>Protocol Buffers (a.k.a., protobuf) are Google's lang…
-
Would the grpc-kotlin project be open to considering Kotlin serialization as an alternative fully supported wire format, in addition to protobuf? Grpc, in general, has an affinity for protobuf seriali…
-
### What would you like to happen?
To my knowledge, there is no way to write protocol buffers to BigQuery using the Python SDK.
I am currently writing them by converting them to a `dict` (or to JS…
-
Current `make proto` rebuilds only golang protobufs. Snap supports multiple languages (e.g. C++) and protobufs should be re-created for them too.
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Where…
obiii updated
2 weeks ago
-
https://github.com/google/protobuf/blob/master/CHANGES.txt
"In proto3, the language is simplified, both for ease of use and to
make it available in a wider range of programming languages. At the…
-
### 你在什么场景下需要该功能?
目前的版本,交叉编译时,protoc 也交叉编译了,造成交叉编译时不会基于 proto文件生成 .pb.cc 和 .pb.h
### 描述可能的解决方案
add_rules("protobuf.cpp") 应该以 host 方式编译 并使用 protoc
### 描述你认为的候选方案
_No response_
### 其他信息
_No re…
-
OS version: 13.2.1 (22D68)
Python version: 3.9.6
Protobuf version: 24.4
pip install:
`CPLUS_INCLUDE_PATH=/opt/homebrew/opt/protobuf/include LIBRARY_PATH=/opt/homebrew/Cellar/protobuf/24.4/lib p…
-
Currently we support built-in serialisation for avro and protobuf.
Avro relies on Confluent.Kafka. Protobuf relies on google.protobuf.
Having serialisation built-in has the following advantages:
…