Alex McKinney

Results 46 comments of Alex McKinney

Yea, this has to do with the issue called out [here](https://github.com/bufbuild/buf/blob/3d87c7f5e808a8663a7db47bc1731a7e0940db3b/private/buf/cmd/buf/command/format/format.go#L393). This is a problem with `buffetch.ProtoFileRef` - any of the `buf` commands that interact with this input type will...

@noel-yap your setup is a little broken - you've actually defined a `buf.yaml` in the same directory as your `buf.work.yaml`. You should actually rearrange things so that the `buf.work.yaml` points...

I want to challenge this a bit. I'm not sure that you'd need to duplicate anything across any files - you just need to write your files granularly so that...

For reference, there's some prior art that acts very similar to what you're describing in https://github.com/bufbuild/core/pull/399.

We discussed this at length in Slack [here](https://bufbuild.slack.com/archives/CRZ680FUH/p1659393757148419). TL;DR - > Rust in general moves pretty fast, the tonic/axum/tower/ world also moves pretty fast, and we’re not aware of any...

Thanks for the issue - this is an interesting use case. The options you've suggested seem reasonable overall, but I have a few thoughts: > * Any enum named Value...

Based on your `tree` above, I assume you have a `buf.work.yaml` with the following: ```yaml version: v1 directories: - protos/bundle/googleapis - protos/service-a - protos/service-b ``` Like you've already described in...

At a high level, the proposal is fairly easy to implement - we can modify the `Image` just like the rest of the other Managed Mode modifiers, and strip each...

Another thing to keep in mind here - We're beginning to see similar functionality appear in different parts of `buf`. Now that we have partial images with the `--type` flag,...

Thanks for issue @sarahegler - we'd definitely consider adding this one. We'd probably just name it `COMMENT_MESSAGE_EXCEPT_REQUEST_RESPONSE_TYPES` in our case (for consistency with the rest of our `lint` rules). You'll...