James Leitch
James Leitch
When the command run in the DevContainer fails, `devcontainers/ci` logs it once, and then GitHub Actions itself seems to log it a second time. To repro, try running the command...
### New Feature Exposed toolchains so that they can be used independently of registering them with the repo rules. ### Test plan Checked that my code is able to build...
I'm trying to see if I can get `bazelisk` working in a Nix (container) environment for https://github.com/bazelbuild/continuous-integration/pull/1799 and I'm running into an issue where Bazel (and many executables it launches)...
It would be helpful to be able to configure one or more TrackEvent data sources in the Perfetto UI. Ideally the UI would have the option to query the current...
Per talking with @betasheet and my observations, it appears that `previous_packet_dropped` can be emitted even when no data is lost. My understanding is this occurs because when a new chunk...
Would it be possible to match the component's visibility for the generated helper types/traits? For example, both `{builder_name}_Optional` and `{}_Error_Repeated_field_{}` are both unconditionally `pub` which is producing the following warning...
Exposes `path` on `crate.spec()` (which just works with `cargo metadata` 🎉). However if the `path` is outside of the Bazel workspace, it attempts to generate dependency paths in the form...
- [x] Tested on all platforms changed - [x] Added an entry to the `changelog` module if knowledge of this change could be valuable to users - [ ] Updated...