Results 500 comments of xaizek

Thanks for the backtrace, it makes things simpler. > vifm-0.12-1build2 It probably tried to allocate too much memory and either failed immediately or later when ran out of RAM. The...

Right, possibly it has always worked this way (same behaviour in v0.10 from 2018, but similar code was there before). Thanks for reporting!

Maybe the check for existing target directory on `:rename` can be improved to take new directory names into account.

Because checks are performed before doing any renames. On the second line (`dir_2/baz_space.ext`) there is no `dir_2` because the first line hasn't been processed yet and the code considers it...

I guess it's a bug after all because leaving original directory names while renaming directories doesn't make much sense.

Hi, `.7z`-files can be mounted at least with `archivemount` and `fuse-archive`. Not sure I've ever tried `fuse-p7zip`, but I think `fuse-7z` worked fine. `.tar.zst`-files can be mounted at least with...

You could install https://aur.archlinux.org/packages/archivemount and https://aur.archlinux.org/packages/rar2fs. Maybe `fuse-7z` isn't packaged for Arch, but there is https://aur.archlinux.org/packages/fuse-archive. Also, you may be expecting a single application to handle all cases, but that...

@thealio, you don't need to blindly trust AUR, just look through `PKGBUILD` to check that it doesn't do anything potentially dangerous and verify hash of the file. That way it...

@thealio, put this way it may actually be enough of a justification to seriously consider this, thanks.

`-` in command names can probably be made to work the same way numbers were allowed: `no command name prefix that precedes a digit can match an existing command unless...