anatoly techtonik

Results 330 comments of anatoly techtonik

What about default behavior to switch and an option to avoid switching? What about removing `branch` command and add --create option to `switch`?

`track` someone and `forget` is what I would use in real life. Google stats: - track - 1,770,000,000 - forget - 937,000,000 - untrack - 193,000 so, most people on...

`commit` is a legacy from [CVS](https://www-e815.fnal.gov/webspace/cvs/commands.html). `send` is used for email. A better analogue is `upload`, except that there is no file. On the second thought I would prefer to...

Have you constructed a comparison matrix? Like https://distrowatch.com/dwres.php?resource=package-management I am sure there should be some already.

No, `colorama` doesn't help here.

It doesn't, because dependencies fail to install, and Visual Studio build dependency is too huge. This is a roadblock https://github.com/libgit2/pygit2/issues/652 or https://mingwpy.github.io/ (for crosscompiler). `mingwpy` in particular would be very...

It will help if somebody could debug file descriptor leaks in `pygit2` code - https://github.com/libgit2/pygit2/pull/656

Descriptor leaks are fixed, the next issue is https://github.com/libgit2/pygit2/pull/657

All tests are green. Next issue is to upload `pygit2` wheels to PyPI https://github.com/libgit2/pygit2/issues/662

I can't confirm or deny that, because `pip install pygit2` still doesn't work for my system. But in any case, the problem with `sh` is not actionable without specific issues.