Christian Krieg
Christian Krieg
* To save hours of bug hunting, it appears to be reasonable to inform potential users to uninstall/install rather than re-install
* Problem: subtree() always returns a sorted tree. This is not always desired * Additional arguments in subtree() are passed to expand_tree(), which is called inside subtree()
* Having legacy ordering in the current form makes it impossible to print a tree without any ordering at all * Legacy ordering is invoked whenever ``key=None``, so it renders...
Hey there! First of all: Thanks for this great package! ### TL;DR: I propose to statically link ``gnureadline`` not only against ``readline``, but also against ``ncurses``. This would enable usage...
**How would this feature be useful?** I have a similar problem as discussed in #1081 when attempting to ``pipx install`` a wheel on a machine without Internet access. All dependencies...