-
see https://github.com/opiproject/opi-api/pull/404#discussion_r1411719342
-
Using the rather new (released within the last week or two as part of protovalidate-go [v0.8.0](https://github.com/bufbuild/protovalidate/releases/tag/v0.8.0) from [this pr](https://github.com/bufbuil…
-
Less an issue and more of a discussion point. I've noticed the scheme for our generated file structure looks like:
```tsx
import {
deleteOrganizationByName,
listOrganizations,
} from "@bufb…
-
We should take a look at our protos and see where we can add more validation.
Example is requiring an entity type in the following oneOf
https://github.com/opentdf/platform/blob/8193cec8c4d1be2…
-
The required syntax of proto2 is now optional in the generated type, is there any way to make it required?
``` protobuf
syntax = "proto2";
message Foo {
required string a = 1;
required st…
-
In this commit: https://github.com/bufbuild/protovalidate-java/commit/265d6891cc1702e5c452c96146b846da5320f145
how did we build these files?
I am trying to downgrade proto to 3.19.1, but these fil…
-
**Feature description:**
How to integrate with grpc interceptor?
**Problem it solves or use case:**
Use like this
(https://github.com/bufbuild/protoc-gen-validate/blob/main/java/pgv-java-grpc/…
-
## TODO
- [x] Support directly serializing array buffers
- https://chatgpt.com/share/3ed4f746-c763-4f9d-9506-d10a12af5ab3
- https://www.perplexity.ai/search/im-looking-to-encode-a-protoco-dobl1…
-
**Describe the bug**
After importing the Livekit Client in a component, the angular app won't start. It seems to be a compatibility issue.
**Server**
- Version: 1.2.7
- Environment: Local Dev ( …
-
Ideally, we'd cache our results so that we don't have to hit the network as often.
Probably the _best_ way to do this would to be to understand the `buf` command cache structure, but OTOH because we …