Rafik Salama
Rafik Salama
### Description of the feature request: Bazel 7.2 introduced support for `include` [directives](https://bazel.build/rules/lib/globals/module#include) in MODULE.bazel files. The included files must be named according to the format *.MODULE.bazel. The Bazel IntelliJ...
Bazel 7.2.0 [introduced](https://github.com/bazelbuild/bazel/pull/22204) the ability to [include](https://bazel.build/rules/lib/globals/module#include) the contents of another "MODULE.bazel-like" file in MODULE.bazel. These files must be suffixed with ".MODULE.bazel" and should be identified as Starlark, just like...
### Description I've encountered a bug in Docker with the behavior of `docker load`. If you interrupt the command while it's loading an image, trying to load the image again...
Context: I'm submitting dependency information to the [GitHub Dependency Graph](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph) using the [REST API](https://docs.github.com/en/rest/dependency-graph/dependency-submission?apiVersion=2022-11-28) and a custom tool that parses the contents of `maven_install.json`. One thing that's missing and would...