Zack Littke-Smith

Results 3 issues of Zack Littke-Smith

When calling `yaml.dump({"y": 1})` I end up with: ``` y: 1 ``` Which makes sense, until one considers that this key (`y`) is [actually a boolean](https://yaml.org/type/bool.html) according to the yaml...

Hello! I've noticed an issue where a nested message may conflict with another. For example (forgive the terrible names and missing boilerplate): ``` message OutermostA { message Inner { enum...

### What is the issue? I am running into a really difficult-to-reproduce issue where our k8s pod will somehow decide it will not serve certain clients, giving logs in the...

support