rndusr
rndusr
All tests run through for me with a fresh venv on 3.9.6 and all other Python versions.
I'm using natsort 8.0.0 and everything works. natsort 8.0.0 doesn't seem to have any breaking changes: https://pypi.org/project/natsort/#deprecation-schedule The only issue I found is that stig still supports Python 3.5 but...
Can you reproduce this in a normal venv without using anything specific to Nix?
I don't think this is a locale issue. "B" and "a" are just ASCII characters. They should always be sorted naturally. Just my opinion. I don't really know anything about...
If that were the case, I shouldn't have any trouble reproducing the failed tests. This must be something that is specific to your environment. The tests run fine for me...
Thanks. Confirmed. This one may be tricky to fix, though. I'll have to investigate.
Yup. It's because everything is running asynchronoulsy. `tab ls foo` opens a tab, runs `ls foo` in it and returns immediately while `ls foo` is running in the background. *After*...
Sounds like a great idea.
That's a good idea. Thanks. Not sure if it's going to be in the next release. PRs are welcome.
Not really. I try to keep things cross-platform where I can, but I've never tested it. I haven't heard from any Windows users, which probably means they don't exist. But...