-
I would like to gauge the communities interest in and feeback on the following proposal: add a p4c backend that generates a protobuf dump of a P4 AST (after the common frontend passes have been applie…
-
from grpc/grpc-node#556 wonder is the protoset binary format already supported? or can be added?
I have searched the keyword of grpc + nodejs + protoset on google and within this repo, nothing fou…
-
Many tools might want to add additional metadata to WIT declarations that modify code generation behaviour.
A concrete example would be the `async` option of `wit-bindgen-wasmtime` , which marks fu…
-
## Problem
Looks like there isn't any integration for grpc ecosystem. Looking at [examples](https://github.com/prisma/prisma-examples/tree/latest/typescript/grpc), it's creating `.proto` files an…
-
protobuf.js version: 6.8.8
official protobuf Language Guide recommends using C/C++ style for comments, meaning either `//` or `/* ... */`.
Example:
```protobuf
/* SearchRequest represents a se…
-
Many potential applications of OWL are web based. An _idiomatic_ javascript API supporting a subset of use cases could greatly simplify adoption.
@cmungall developed a wrapper for use with the JV…
-
There's no question that the current implementation of protobufs is geared towards server environments with large amounts of memory. This issue proposes the addition of a build mode (perhaps controlle…
dsnet updated
3 years ago
-
protostuff-runtime is java -oriented development for protobuf. A proto file is needed to support other languages. I saw this project: https://github.com/webbynet/protostuff-runtime-proto. However, i…
-
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…
-
Maintaining fully supported drivers is a lot of work, but it would probably be significantly easier to autogenerate the boilerplate AST data types and JSON serialization code for many more languages. …