Ludwig Schwardt
Ludwig Schwardt
I tend to agree with @rhattersley. For me tab completion is not just for poking about and debugging; it is my main point of entry for any module on the...
I had a quick peek at this as part of the inaugural [Astropy-SKA hackathon](https://github.com/orgs/ska-telescope/projects/1). @mshieldsdunn To put your mind at ease, this is not a doctest per se that has...
[The brew commands] assume that you are actually _using_ Homebrew, and normally the Homebrew repo then lives in /usr/local. I normally work in that repo and would then copy the...
Brew already installs all the package files in its cellar in e.g. /usr/local/Cellar/leo/5.4, so I find that the natural place to find the Leo files. On top of that I...
In my incarnation of the formula I just made `launchLeo.py` executable and then added a symlink called `leo` so that I could really just run it on the command line...
A new development... The `pyqt` formula and soon the whole Qt4 edifice will be shipping off to the Homebrew boneyard... More info in Homebrew PR [#1705](https://github.com/Homebrew/homebrew-core/issues/1705). It appears that Qt4...
Could you try the latest master to see if the problem still persists? I'm about to make a new release and would like to know if it helped :-)
Thanks for your effort and kind words, Christian! This is an interesting idea. You seem to have quite a tricky system (and I've seen many weird ones in the past...
I hope to make a Python 3.12 wheel soon... I've been working on [a new branch](https://github.com/ludwigschwardt/python-gnureadline/tree/override-readline-via-site-customization) and the other good development is that there are now Apple M1 runners readily...
Hi Christian, I had a look at python-build-standalone again and now understand better what it's about. [This section](https://gregoryszorc.com/docs/python-build-standalone/main/technotes.html#readline-libedit-ncurses) in their docs makes me pause though: > libedit/libreadline link against a...