haslersn
haslersn
@sbourdeauducq is right. I'm working on it.
`nix develop` and the old `nix run` (Nix 2.0 - 2.3) have very different command line options. Therefore, supporting `nix develop` would require some larger changes. @drupol It seems in...
Fixing this is unfortunately not straightforward because environment variables can't hold arrays. By the way: Did you try [lorri](https://github.com/target/lorri)? It's much better than any-nix-shell.
> Use GNU sed and everything should work fine: > `nix-env -iA nixpkgs.gnused` Would this be fixed by replacing `-r` by `-E`?
How does this address #2092?
`nix show-derivation nixos.ffmpeg` also doesn't work for me. I guess it requires a nixos channel, but I don't even use channels. ```json $ nix show-derivation nixpkgs.ffmpeg | jq keys [...
I experienced a similar (or the same) bug. I tried to mirror a bucket of approximately 4 TiB from one MinIO cluster to another. I ran the command multiple times....
Maybe the listing operation on the source timed out and this timeout isn't handled correctly?
Also, when running without `--remove`, then the mirror command exits without error, but not all objects are mirrored. This seems to support the conjecture that the source bucket isn't fully...
In my case, I did not have a trailing slash. Also, in my case, not everything was deleted but only some (often many) objects.