-
### Description
The current udp and tcp logger support JSON as payload format.
**UDP logger**: https://apisix.apache.org/docs/apisix/plugins/udp-logger/#metadata
**TCP logger**: https://apisix.ap…
-
### What do you want to change?
sqlc has support for custom data types, including pointer types. I was hoping to use it to support custom deserialization for a type that supports the `sql.Scanner` in…
-
It seems that when using `find_package(Protobuf CONFIG)`, any eventual setting of `Protobuf_PROTOC_EXECUTABLE` is ignored.
This makes it hard for us in conda-forge, because `find_package(Protobuf C…
-
I'd like to combine separate Gradle projects for generation of Android client protobuf Java (lite) sources and server protobuf Java sources into a single project via a Kotlin multiplatform Gradle proj…
-
**What language does this apply to?**
Python.
**Describe the problem you are trying to solve.**
The Python code generator uses the directory structure of the `.proto` files to generate the ge…
-
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…
-
Currently, Sourcegraph does not support precise code intelligence for Protobuf files. We have validated an approach to accomplish this in a way so that cross-language navigation between `*.proto` file…
-
**What version of protobuf and what language are you using?**
protoc 28.1
python 3.12.6
**What operating system (Linux, Windows, ...) and version?**
macOS 14.6.1
**What runtime / compiler are…
-
OLA already has support for Java (#16) and Python. Other languages we maybe can support are probably:
- [ ] GoLang
- there has already been work on a API for GoLang (#728).
- [ ] ruby
- a rub…
-
### 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…