Joshua Carroll

Results 9 comments of Joshua Carroll

Hey there, yeah I don't know of a good way to do this currently. Agreed that it would be useful. I am not sure how to do a clean implementation...

Hey @powers-alan just chiming in to note that this change would be most elegant in https://github.com/qntfy/jsonparser which provides underlying parsing for kazaam. Thank you!

Hi @austinarbor, the right way to handle this is with the `"over"` keyword, although this was not totally hooked up before. I believe this will work with the latest release...

Hi @jnanasagar, thank you for this! We would support this functionality but it is not in our current scope, so if you want to take it on please do! Currently...

Hey @mbordner thank you for raising this and your patience with the slow response. We have been resistant to adding this sort of thing to the core library just to...

Actually I dug into source and realized the bytes.Buffer provides a 64 byte initial slice for writing into. Given that, I think it's a tossup whether the complexity is worth...

Also tagging @klauspost in case you have any insight about this. It seems like sarama switched from using `github.com/DataDog/zstd 1.3.5` to `github.com/klauspost/compress v1.9.8` between 1.21.0 and 1.26.4, so I'm wondering...

Thank you for this information! I will see if we can get this trace and report back. For context, I believe in all our cases where we see this behavior,...

Presumably could be handled similar to how l[iveness probe ports](https://github.com/sl1pm4t/terraform-provider-kubernetes/blob/custom/kubernetes/schema_container.go#L46-L51) are validated. If the fix would be welcome I can try to take a crack at it. Thanks!