-
### 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…
-
Would be helpful to add TypeScript to the list of supported languages for protobuf bindings. Could be used as part of [`sigstore-js`](https://github.com/sigstore/sigstore-js)
-
### What do you want to change?
I am using a custom plugin to generate some code like sqlc-gen-go. In the current plugin system, only limited information of schema is provided by plugin.GenerateReque…
-
**What language does this apply to?**
I’m raising it for Python but this change would probably be useful for all supported languages.
**Describe the problem you are trying to solve.**
F…
-
[Question]
Hi, I've previously implemented pbgrpc.CentrifugoProxyServer with GRPC protobuf for (i) SubscribeUnidirectional and (ii) SubscribeBidirectional. However, recently I would want to consider …
-
**What version of protobuf and what language are you using?**
Version: main/v3.6.0/v3.5.0 etc. (NOTE: please try updating to the latest version of protoc/runtime possible beforehand to attempt to…
-
Hi, I'm trying to include this library into [grpc_bench](https://github.com/LesnyRumcajs/grpc_bench). However, it doesn't compile. The reason seems to be a `float` field in the proto file. (It seems t…
-
### Describe the enhancement requested
Since we have many artifacts in this repo, currently the building toolchain for each component is language specific.
e.g.,
- cmake for cpp
- maven for java
…
yecol updated
2 months ago
-
This library doesn't support Yahoo Finance's live stream of price data using websockets, while some other Yahoo Finance libraries in other languages do. This would be very useful to have and is quite…
-
### What is gRPC?
gRPC (gRPC Remote Procedure Call) is a high-performance, open-source framework for making remote procedure calls (RPC) across distributed systems. It was developed by Google and i…