Nick Snyder

Results 88 comments of Nick Snyder

Do versions earlier than v1.30 work for you on self hosted runners? Just trying to understand if this is a new issue or not.

No, the language server at https://github.com/bufbuild/buf-language-server is not being actively developed so this PR isn't going to get merged.

Can do: ``` go install github.com/sourcegraph/codenotify@latest ``` Then run the codenotify binary from the location go installed it (see `go help install` for info on where things are installed). We...

Working on this is on our roadmap, but progress is blocked on a solution to https://github.com/bufbuild/protobuf-es/issues/397 (which is also on our roadmap). We will share any updates when we have...

> Would you folks be open to adding library functions that don't depend on protobuf-es while that blocker exists? No, we are focusing our attention on improving protobuf-es and are...

Rough guess is that we will be unblocked sometime in Q1. Appreciate the offer to help and will post to the issue if we could use help when the time...

Yes, supporting Protovalidate in TypeScript entails having a high quality open source CEL interpreter that works in all the environments we want (aka doesn't require Node.js APIs and doesn't require...

We do not have a clearer timeline for this at this point. As we have been working on https://github.com/bufbuild/protobuf-es/issues/397 and adding support for [Protobuf Editions](https://buf.build/blog/protobuf-editions-are-here), it became apparent that we...

Yes, you will need to be using protobuf-es. The runtimes differ to much for us to support both.

In addition to releasing protobuf-es v2 we have also needed to follow through with [connect-es v2](https://github.com/connectrpc/connect-es/releases) because that depends on protobuf-es. That body of work is wrapping up and we...