Florian Pommerening
Florian Pommerening
The current solution scales up the tool bodies by the same factor in all directions. Because the x and y axis can go in any direction perpendicular to the z...
``` ruby >> p = Project.find("myproject") => # >> r = p.repository => # >> t = r.tags => # >> t.eof? => true >> t = r.tags => ["deletethistag",...
Hi all, we run SoPlex on relatively small LPs where we solve the same constraints with different bounds several times per second. I realize that such small LPs are a...
Not ready for review yet (testing builds)
We ran into a potential issue when deciding whether we want to recommend local (`register-python-argcomplete`) or global (`activate-global-python-argcomplete`) activation to users of our software. We thought local activation would be...
This is a workaround to #502 where environment variables in file names are not completed. The issue is that calling `compgen` in a nested bash did not recognize the environment...
When completing a filename that includes an environment variable with the `FilesCompleter`, the forwarding to bash doesn't work. ### To reproduce Test environment: * Ubuntu 24.04 * Python 3.12.3 *...
This might be related to #504 but I think it is something else: when calling the script like this `python ./foo.py`, I get duplicate suggestions. Of course it could also...
I ran into one more issue with the `FilesCompleter`, this one zsh-specific: ### To reproduce Test environment: * Ubuntu 24.04 * Python 3.12.3 * argcomplete 3.1.4-1ubuntu0.1 (this is 3.1.4 with...
The alias `~` for the home directory is escaped on zsh. ### To reproduce Test environment: * Ubuntu 24.04 * Python 3.12.3 * argcomplete 3.1.4-1ubuntu0.1 (this is 3.1.4 with a...