Nick Snyder

Results 88 comments of Nick Snyder

Try `(buf.validate.field).ignore = IGNORE_IF_UNPOPULATED` ``` optional string targetUrl = 3 [ (buf.validate.field).string.uri = true, (buf.validate.field).ignore = IGNORE_IF_UNPOPULATED ]; ```

We've made a few updates to this project. Can you please update to the latest version and if you still are having problems please file a new issue. Thanks!

Hey all, we are actively working on two things related to this: 1. We will be making some changes to how tags are going to work in the BSR. It...

The update here is we are investing in a new unified GitHub action. It is in an alpha state here: https://github.com/bufbuild/buf-action so you are welcome to try it out. We...

You can file issues on the buf-action repo. > Missing documentation for github_token as I see in the code it is used, but it is not documented in the README...

@arxeiss The push action is really just a thin wrapper around `buf push`, so it is just as easy, if not simpler, to call `buf push` directly. ```diff - uses:...

Hey [carolyn-lyra](https://github.com/carolyn-lyra), going to close this issue since it seems like the original logging problem has been resolved and there have been a few update to the libraries since the...

Hi Evan, based on what you learned from your experience, how would you describe the difference of when to use each? I am curious for your perspective since that would...

> Unfortunately the key (and its value) is completely scrapped during message file import. What problem does this cause for you?