Henry Schreiner

Results 2521 comments of Henry Schreiner

Made the PR, @halogenica will need to approve. I've been using it on iscinumpy.gitlab.io for a while now; have had to adjust a few colors at first, but pretty happy...

I've based this on current master.

So the bug is that `a // b` causes the glob to apply to a? That might be fixable.

Needs Python 2 support and a test, do you think you could add those? (I might be able to do the Py2 support if you add a test.) If a...

For a end-user library, sure; but for something like Plumbum it can't be done, at least for a few more years. Plumbum needs to work anywhere a shell script works,...

I'll look at adding tests then, but it will be a while before I have time.

Wouldn't it have been easier to address the Py2 + test request than to maintain this as a branch for 3+ years? Anyway, Python 2 support is working with one...

Could you add a test? I think it's safe to merge now that Py 2 is gone.

Also you can use the original simpler solution, I think, now without Py 2. Is there still an issue on Windows?

``` assert 'geet add' in "Usage:\n python -m __main__ ``` Seems to be doing the opposite on Windows?