cyrilhuang

Results 4 issues of cyrilhuang

# 🐞 bug report ### Affected Rule gazelle resolve ### Is this a regression? No ### Description I have a python file with a proto definition imported. When I try...

type: feature request
gazelle

We're using buf to do some protobuf breaking detections. Our repo is developing on bazel. Wewant to first `buf build` to generate image, then to compare reulsts based on image....

Needs investigation

### Description of the bug: When running bazel test executing in sandbox, we get the error `I/O exception during sandboxed execution: /xxxx/.cache/bazel/_bazel_user/553e729b1be2c00c3778349b7d539a93/sandbox/processwrapper-sandbox/7276/execroot/project/external/bazel_tools/tools/test/generate-xml.sh (File exists)` for one test. Seems we cannot...

type: bug
P3
team-Local-Exec
stale

I'm trying to integrate skaffold with rules_oci to replace the deprecated rules_docker, but encountered some problems during testing: 1. During the original k8s deployment.yaml, I have `spec.template.spec.containers[0].image: {{ .Values.image }}`,...