Nick Snyder

Results 88 comments of Nick Snyder

Just to clarify, we can't support this feature (or any feature) until/unless: 1. The CEL spec itself supports the feature, and 2. We have PRs ready to add support for...

The purpose of the `_buf_download_releases_impl` function you are editing is to download a version of `buf`. There is no version of `buf` available for s390x: https://github.com/bufbuild/buf/releases/tag/v1.50.1 This PR would change...

Hey [rishabh2a](https://github.com/rishabh2a), you are using a very old version of protoc from 2021. Going to close this since this issue is a bit old and we have made a few...

If `err` is `nil` then `res` is guaranteed to be not-nil. Checking the nilness of `err` is the correct way to assert what you want, as @jhump suggested.

I don't think we should touch this PR until we are able to have a convo with the right folks about what we are officially supporting, but when we do...

Just as a note to folks who come across this issue, updating protovalidate-go is blocked on the spec itself being updated (https://github.com/bufbuild/protovalidate/issues/362), and then we will want to land a...

I'm sorry there was some confusion caused by that comment. We can't merge features into this repo (or any Protovalidate repo) until: 1. The CEL spec itself supports those features,...