Alexandre Miziara

Results 6 comments of Alexandre Miziara

Any ideas when this feature can be introduced @gessnerfl ?

I have the same issue now. Gazelle generates the dependency as following in my project (`deps.bzl`): ```bzl go_repository( name = "com_github_lyft_protoc_gen_star_v2", importpath = "github.com/lyft/protoc-gen-star/v2", sum = "h1:keaAo8hRuAT0O3DfJ/wM3rufbAjGeJ1lAtWZHDjKGB0=", version = "v2.0.1",...

I have updated `protoc-gen-validate` and now I am facing the same issue as https://github.com/bufbuild/protoc-gen-validate/issues/535

@jhump I have generated a descriptor set with more message types (that are not direct dependencies from the gRPC Service) and expected them to appear as an entry option, but...

@charlesoconor thanks for the detailed explanation. For anyone also needing this, another approach is to create a `.patch` file like that: ```diff --- BUILD.bazel 2024-03-05 21:13:20 +++ BUILD.bazel 2024-03-05 21:13:13...