cyrilhuang

Results 5 comments of cyrilhuang
trafficstars

@michael-christen That's the only way I can think of to default enable py_proto_library auto resolution. But for a monorepo with abundant proto definitions, lots of directives will be in the...

@bufdev I'll given a minimum structure of our codebase, please help take a look, thanks In the following example, we can run `bazel build //b:proto`, since bazel downloads external dependency...

@bufdev I put the above example in https://github.com/cyrilhuang/buf_example/tree/main, In this repo, we can build all proto files with bazel by running: ``` bazel build //... ``` However, when running buf,...

> Hi @cyrilhuang, Please provide minimal steps to reproduce the above issue. It will be hard to troubleshoot.Thanks! We still do not have the minimal steps yet. We only encounter...

Not sure if the following log is related: `Generating tags... - my-repository -> my-repository:latest` No matter what I;ve changed, it's always findind latest tag, while in my previous implementation (skaffold/v2beta5),...