-
### 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…
-
**Describe the bug**
With the `ProtoBuf` format, it seems a `ByteArray` is encoded as a collection of numbers. How do I encode the raw bytes directly as the `bytes` type in [The Scalar Value Types se…
-
**Motivation**
The feature where you can minify the code by selecting which languages you need support for before clicking 'download' is nice, but it would be great to do this automatically (e.g. to …
-
Hey folks, I'm playing around with the idea of a generic CRI plugin interface for CRI-O based on WASM binaries: https://github.com/cri-o/cri-o/pull/8715
A pre-compiled WASM plugin can be used to modi…
-
### 你在什么场景下需要该功能?
目前的版本,交叉编译时,protoc 也交叉编译了,造成交叉编译时不会基于 proto文件生成 .pb.cc 和 .pb.h
### 描述可能的解决方案
add_rules("protobuf.cpp") 应该以 host 方式编译 并使用 protoc
### 描述你认为的候选方案
_No response_
### 其他信息
_No re…
-
##### Description
protobuf-schema template , model not support array enum
##### openapi-generator version
all version
##### OpenAPI declaration file content or url
```json
…
-
Tried to install protobuff using vcpkg/mingw64 , command: ./vcpkg.exe install protobuf:x64-windows
error: building protobuf:x64-windows failed with: BUILD_FAILED
Elapsed time to handle protobuf:x…
-
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…
-
A general purpose API to run operators with arbitrary binaries.
This will allow to run Stratosphere programs written in Python, JavaScript, Ruby, Go or whatever you like.
We suggest using Google Pr…
-
Current `make proto` rebuilds only golang protobufs. Snap supports multiple languages (e.g. C++) and protobufs should be re-created for them too.