Alex Lyon
Alex Lyon
I had a PR up for that in `glob`, but apparently a coworker broke it by force-pushing lol. I have no idea how much the code changed since then, but...
I'm not sure if this is exactly the same issue (since generally Nym has been fine for me), but on a very slow network, I attempted to download a file,...
It would probably make sense to verify that running GNU coreutils on FreeBSD also differs from uutils, since it's possible FreeBSD's `ls` just doesn't report the same number.
Rather than using `execvp()` directly, it'd probably be better to rely on the `Command::exec()` function provided by `CommandExt`. `CommandExt` actually provides a number of things we do here manually with...