-
I was thinking this might be a decent idea to have a branch per network.
- `mainnet` branch for the protobufs currently supported by `mainnet`
- `testnet` branch for the protobufs currently suppor…
-
Hi,
At the time of writing, the PHP implementation of protobuf doesn't support files written in `proto2` format. Are there any plans on making the PHP implementation backwards compatible with `prot…
-
Is anyone here familiar with the roadmaps for https://docs.aws.amazon.com/glue/latest/dg/schema-registry.html ?
It seems to me that Java is the only supported language at the moment? Are there any …
-
Current `make proto` rebuilds only golang protobufs. Snap supports multiple languages (e.g. C++) and protobufs should be re-created for them too.
-
## Inspiration
Plugins are very tightly version coupled with OpenSearch https://github.com/opensearch-project/OpenSearch/issues/1707 and relaxing them to work for patch versions is still in the work…
-
## Background
Dubbo currently supports protobuf as a serialization method. Protobuf relies on proto (Idl) for code generation, but currently lacks tools for managing Idl files. For example, for java …
-
The protobuf format has the type [`google.protobuf.Value`][3] described in [Create Protobuf messages for .NET apps][1].
There is also a [`Google.Protobuf.WellKnownTypes.Value`][2] type in the `Google…
-
**What language and solver does this apply to?**
.NET
**Describe the problem you are trying to solve.**
We want to use Google.OrTools but there are company policies that require third-party code …
-
As discovered in https://github.com/sourcegraph/go-sourcegraph/pull/75#discussion_r43541743 we use a non-standard naming convention for enumerations (per [the official protobuf style guide](https://de…
-
Version: `v1.34.1`
Hi, I've encountered interop problems with protojson encoding between different languages
The following code produces error in golang:
```go
anyResult := &anypb.Any{}
data …