Doria Keung

Results 48 comments of Doria Keung

So we've made several improvements to both module/workspace configurations and code generation configuration in `v2`: - https://buf.build/docs/configuration/v2/buf-yaml - https://buf.build/docs/configuration/v2/buf-gen-yaml `v2` buf.yaml configurations allow you to define your lint/breaking/config for each...

Thank you for providing the solution above, it addresses the concerns in the issue, so closing this for now!

Closing this for now since this message is coming from `protoreflect` and is currently an upstream concern. In the future, we may invest in cleaning up messages from upstream packages,...

This is now addressed in the latest version of, [`1.33.0`](https://github.com/bufbuild/buf/releases/tag/v1.33.0) :) > Update buf format -w so that it does not touch files whose contents don't actually change. This eliminates...

Hi, so basically what is happening, when you are comparing two images, `base.bin` and `feat.bin`, it is using the default `breaking` configuration, which defaults to `FILE` (https://buf.build/docs/breaking/rules#categories). This is because...

We now have `buf beta registry label create` that allows you to create a label on the given commit. Closing this since this is now in `1.33.0`.

We are currently excluding `buf beta registry plugin` and `buf beta registry webhook` as we work on finalizing those APIs.

@cyrilhuang Thank you for providing the example repo. Basically, the file you have a dependency on, is in `bazel-buf_example/external/riegeli`, which is currently being excluded from the `builds.excludes` where you are...

Closing this for now since an answer to the behaviour and how to work with it has been provided above. Please feel free to re-open if there are additional questions...

Hi, I took a look at this by cloning the source repo and running `buf lint staging` locally against the head of `main`. It appears that the file in `staging`...