Peter Lobsinger
Peter Lobsinger
To be consistent with the handling of other constructs that support trailing commas. In particular the case of a trailing-comma followed by `->` is also seen with lambdas where it...
### Description Containers run under Kubernetes cannot resolve `host.docker.internal` nor custom addresses specified using the `--dns-host` flag. This only happens within Kubernetes; similar containers running at the Docker layer have...
Building `apko_image` targets fails when the host platform blocks network access. For example, this action command fails: ``` external/rules_apko~~apko~apko_linux_amd64/apko \ build \ infrastructure/buildkite/agent/apko.yaml \ unused:unused \ bazel-out/k8-fastbuild/bin/infrastructure/buildkite/agent/base_image \ --vcs=false \...
The `tag` parameter to `apko_image` is documented as > tag to apply to the resulting docker tarball. only applicable when output is docker Nevertheless, the argument is always required, even...
Using [multiple maven_install declarations for isolated artifact version trees](https://github.com/bazelbuild/rules_jvm_external?tab=readme-ov-file#multiple-maven_install-declarations-for-isolated-artifact-version-trees) is awesome; it makes some hard things a lot easier. But there's a catch: the setup is not protected from mixing...
The README section on [Accessing transitive dependencies list](https://github.com/bazelbuild/rules_jvm_external/blob/d865fbe98766e2476980ae8de87f528a799588ee/README.md#accessing-transitive-dependencies-list) does not work with `strict_visibility` enabled. The `maven_artifacts` list includes all dependencies and there does not appear to be a way to...
When the main module invokes `maven.install` more than once, the last invocation's value for `repositories` is what gets used. This includes the implicit `repositories = [DEFAULT_REPOSITORIES]` when the last call...
This allows archive input files to include Unicode characters. It should also support the more esoteric corners of the ASCII set (e.g. backslashes, newlines, control codes), if the user can...
### Description When upgrading the version of Colima I use from v0.6.8 to v0.8.0, I ran into some odd, difficult to understand behaviour. Tale of woe The Kubernetes control plane...
It seems that, starting at v11.1.0, the commandline JAR references JARs apparently corresponding to its subcommand verbs (e.g. `org.flywaydb:flyway-verb-repair`). The only problem is that these subcommand JARs don't look like...