Remi Philippe
Remi Philippe
### What version of rules_go are you using? 0.30 ### What version of gazelle are you using? 0.24 ### What version of Bazel are you using? Build label: 5.0.0-homebrew ###...
### What version of gazelle are you using? 0.24 ### What version of rules_go are you using? 0.30 ### What version of Bazel are you using? 5.0.0 ### Does this...
Hello, I'm seeing a weird situation which I can't explain. I've created a parquet file in go, I can read it in go, I can read the schema from the...
### What happened? When trying to run a container which is build on Mac OS (Intel), the container will fail on a grpc dependency: ``` root@3e4086586e34:/# /python/binary/binary_bin Traceback (most recent...
#### Overview of the Issue When enabling tracing in envoy, there isn't a good way (I could find at least) to set `service_name`. The means all services default to `unknown_service:envoy`...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: rules_python_gazelle_plugin (version 1.1.0) when running with gazelle 0.38+ ### Is this a regression? Maybe, the issue...
Hello, I'm trying to figure out how to use this in a monorepo. I've got the following structure: ``` project └─── go │ └─── functions │ │ └─── func_A │...