Jimmy Zelinskie
Jimmy Zelinskie
Folks are going to want to open multiple instances of the playground and it makes sense to simply prompt the user if they want a brand new session or to...
[protoc-gen-validate](https://github.com/bufbuild/protoc-gen-validate) has been put into maintenance mode and is succeeded by [protovalidate](https://github.com/bufbuild/protovalidate) https://buf.build/blog/protoc-gen-validate-v1-and-v2/
I noticed https://github.com/apple/foundationdb/pull/11355 adds a page with a list of experimental features and their status, but they each lack descriptions of the features themselves. Maybe I've totally overlooked something, but...
This replaces our existing gRPC codec (which enabled us to use vtprotobuf) with the new v2 codec interface that can support buffer pooling. Huge thanks to engineers from Google and...
### Problem Statement I often want to signal to my fellow developers that a particular permission is "private". This is very common with "synthetic permissions" that exist only to further...
### Problem Statement Currently it's somewhat difficult to reason about the performance of a particular permission definition during schema development. ### Solution Brainstorm While we cannot know the distribution of...
This is a follow up from https://github.com/grpc/grpc-go/issues/6619 Go's gRPC implementation added a new `CodecV2` interface that enables integration with their memory pooling logic. Adopting this should vastly improve performance and...