Daniel Silva

Results 25 issues of Daniel Silva

Would be nice to have a nonblocking client for Dynamo Accelerator (DAX).

error-prone crashed on a Java class with Lombok that looks like the following, using gradle 8.3, java 17.0.3 (zulu jdk, macos 13.5 on apple silicon), with gradle plugins `net.ltgt.errorprone` 3.1.0...

lombok

The flow type definition says that the `format` argument is optional, but it's not. At least in dev mode, when `format` is missing invariant throws an error.

Repro: ```bash krunvm create --name nix nixos/nix krunvm start nix nix -- --extra-experimental-features 'nix-command flakes' profile install 'nixpkgs#google-cloud-sdk' ``` This fails with: ``` warning: you don't have Internet access; disabling...

The manual says `-v` takes a number: https://github.com/containers/krunvm/blob/v0.2.3/docs/krunvm.1.txt#L39-L40 ``` *-v* _NUM_:: Sets the verbosity level, from the lowest (0) to the highest (5). ``` but trying `-v 5` results in:...