-
### Use Case
Our events are defined as Protobuf and reside in an `events` repo. For example: https://github.com/streamdal/streamdal/tree/main/libs/protos/protos
Services consume and publish protob…
-
### Xmake Version
2.9.6+20241105
### Operating System Version and Architecture
windows, ubuntu
### Describe Bug
I'm trying to taste the project to compile grpc but it fails to compile, the exampl…
-
**Feature description:**
Set default package visibility to public for proto files since they can be seen as an api specification
**Problem it solves or use case:**
A user of protovalidate may d…
-
**Problem statement**
Currently, Openraft does not use Protocol Buffers (proto) messages; instead, it passes Rust structs for internal communication. This necessitates that anyone writing a gRPC netw…
-
## Description
Despite intention of new `swift_proto_library` to behave like regular `swift_library` by [inheriting its attributes](https://github.com/bazelbuild/rules_swift/blob/bbe6fbe2c7bb32b130…
-
Thanks for open sourcing wire-schema, which allows us to parse the `proto` files, but when we try to use it along with Protobuf core library, we found similar resource file (having proto files) in bot…
-
I have some protos given to me but its not working with the code generator.
Q1. the proto files given to me has the 'protos/‘ path prefix
Is there an option to fix this (without removing the proto…
-
Code generated from a gRPC proto that does not specify `option java_multiple_files = true;` doesn't compile, when generating the gRPC Kotlin stubs. See broken example project [here](https://github.com…
-
Hello,
I’ve been using ts-proto to generate TypeScript code from my proto files, and while the --comments=true flag works well for normal fields, it does not include JSDoc comments for oneof fields…
-
### **Posts**
**REST Endpoints:**
- **GET** `/posts` : Retrieve all posts. Accepts filter in Query Param like https://jsonplaceholder.typicode.com/posts?userId=1
- **GET** `/posts/{id}` : Retri…