Jimmy Zelinskie

Results 137 issues of 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...

enhancement
help wanted

These make more sense under the datastore command. This change introduces a convenience function for warning when a deprecated command is used.

area/CLI

- 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...

area/docs
area/CLI

area/tooling
platform/linux

### 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....

hint/good first issue
priority/3 low
area/tooling
kind/tech debt
good first issue

Fixes #1687.

area/perf
area/datastore