Jimmy Zelinskie
Jimmy Zelinskie
An empty message used in a oneof is not marshaled the same as proto.Marshal(). Steps to reproduce: ```proto syntax = "proto3"; package repro; message Repro { message Empty {} oneof...
When unmarshaling an empty message embedded in another message, vtprotobuf is allocating the message, but proto.Unmarshal is using a typed nil. Steps to reproduce: ```proto syntax = "proto3"; package repro;...
Hi there! It looks like you're continuing to maintain this project. We have a fork that adds some simple features and were wondering if it made sense to upstream the...
I'm trying to be clever while bootstrapping the first run of neovim to install packer. I'd actually like to block during install so that I don't get any errors when...
These make more sense under the datastore command. This change introduces a convenience function for warning when a deprecated command is used.
- reworked heading for README including light/dark logos, tagline, new badges - replaced features with why section focusing on value rather than functionality - swapped youtube videos to the language...
### What platforms are affected? linux, macos, windows, others ### What architectures are affected? amd64, arm64, others ### What SpiceDB version are you using? main ### Steps to Reproduce 1....