Results 127 issues of Chuck Grindel

```[tasklist] ### Tasks - [ ] Use `write-bazelrc` GitHub action. - [ ] Remove redundant Bazel configuration names. - [ ] Simplify the Bazel configuration selection logic in the CI...

- Add `.bazeliskrc` setting the Bazel version to 7.0.0rc5. - Remove 6.0.0 from supported Bazel version list and added 6.4.0 and 7.0.0rc5. Related to https://github.com/tweag/scalable-builds-group/issues/125.

[The instructions](http://bazel_skylib_gazelle_plugin_workspace/) mention to call the following: ```python load("@bazel_skylib_gazelle_plugin//:setup.bzl", "bazel_skylib_gazelle_plugin_setup") bazel_skylib_gazelle_plugin_setup() ``` This caused an error for me as I already had those [same initialization calls](https://github.com/bazelbuild/bazel-skylib/blob/60abca8fa2f970d4899857a46cb0586338dbf7a1/gazelle/setup.bzl#L27-L32) in my WORKSPACE. I...

I have a Starlark `lists` module with several functions that make working with `list` values a little eaiser. I am willing to contribute it to `bazel-skylib` as the functionality seems...

Related to cgrindel/bazel-starlib#160 The HTML being returned by GitHub seems to have changed slightly. The regular expression was not working. - Update code to use `html` package to parse the...

### What version of gazelle are you using? 0.34.0 ### What version of rules_go are you using? 0.43.0 ### What version of Bazel are you using? 7.0.0rc4 ### Does this...

### What version of gazelle are you using? 0.31.1 ### What version of rules_go are you using? 0.40.1 ### What version of Bazel are you using? 6.2.1 ### Does this...

The Rules Author SIG approved putting a bounty on the following issue on 2024-04-16. https://github.com/bazelbuild/bazel-gazelle/issues/938

bounty-1000USD