Jonathan Block
Jonathan Block
Each time I try to format a file with IntelliJ, it formats the file, but I get a notification that says: ``` Black: Failed to format file Traceback (most recent...
### What happened? I'm creating a multi-architecture OCI image which contains both an arm64 (aka aarch64) image and also one for x86_64 (also known as amd64). When I run my...
Consider this `flake.nix`: ``` { description = "CLI tools used by the build system"; inputs = { # Use the latest version of nixpkgs nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; # Adjust the...
### What happened? I added `.bazeliskrc` with the following lines: ``` BAZELISK_BASE_URL=https://static.aspect.build/aspect USE_BAZEL_VERSION=aspect/2024.42.3 ``` Whereas bazel-diff works just fine and runs sub second normally, with aspect-cli, bazel-diff just freezes. ###...
I wrote some automation that builds .proto files into GRPC clients in different languages. I just noticed that `kt_jvm_grpc_library` fails if the .proto file does not happen to contain a...
I'm using MODULE.bazel to bring in dependencies form a go.mod file like this: ``` go_test( name = "gazelle-extension_test", srcs = ["generate_test.go"], embed = [":gazelle-extension"], deps = [ "@com_github_foo//pkg/analysis", ``` Today,...
I just posted this report under aspect cli: https://github.com/aspect-build/aspect-cli-legacy/issues/41 However, I'm not sure if the problem could be caused by a defect in bazel-diff, and so I'm also posting this...