Kris foster

Results 8 issues of Kris foster

This is a new ruleset that was open sourced at Salesforce.

Repository with reproduction: https://github.com/kriscfoster/bazel-intelij-go-test-filter-repro ## command line (only the desired test case runs) ``` ➜ bazel test //... --test_filter=TestMultipleCases/TestCase1 ... ==================== Test output for //:example_test: === RUN TestMultipleCases 2022/06/16 07:15:01...

When I click run and debug for a target in Intelij, the behaviour is different. The main issue is that debug doesn't include the environment variables that are included with...

We split our maven dependencies into multiple maven install rules to make adding/upgrading etc deps easier. It looks like the gazelle plugin here only supports a single maven install rule....

This is an experiment based from curiosity of https://github.com/bazel-contrib/rules_oci/pull/325. It looks like there are some gaps but it is possible to make it work in some way.. The expected tag...

Hi, we're looking for native linux-aarch_64 support. I'm guessing that we just need to add that [here](https://github.com/marcoferrer/kroto-plus/blob/master/canteen.gradle#L9). If I make a PR for this, is it possible to get a...

Trying to understand if bazel-diff still works for go deps brought in via the new gazelle/rules_go bzlmod mechanism - https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/bzlmod.md. Our hashes file does not include any of the external...

When a k8s pod is configured with readOnlyRootFilesystem, we hit the following error: ``` Unable to create base venv directory Read-only file system. ``` We then mounted a volume under...