Lukas Pirl
Lukas Pirl
What would you think of some more present perfect for some English strings where the focus is on the current situation, rather than the past? Simple past triggered me especially...
This would probably be useful for routing in urban areas, where turning right is oftentimes much easier/quicker than turning left (the other way around for left-hand traffic). Maybe some users...
When the buffer wraps around but slots at the beginning of the ring where popped already, `full()` false-negatively returns `false`. As a result `push()` etc. might return `false` false-negatively as...
Without, KeePassXC apparently returns all logins which URLs start with "ssh". Since we pick simply pick the first login returned, it is quite likely that we use the wrong one...
Is there anything (apart from checking ``become``) why monkey patching ``TaskExecutor`` is a superior solution to just writing a ``VarsModule``? IMHO the present approach torpedoes the idea of "vars plugins"...
This is just a refactoring proposal. It removes the somewhat unconventional ``NONE`` class. Cheers.
First, thank you very much for this nice plugin. I was about to replace your implementation of the password cache with ``lru_cache`` of ``functools`` for readability. However, I recognized that...
This is just a refactoring proposal. It removes unneeded functions from the ``VarsModule``. Cheers.
If multiple are returned, it is very likely we pick the wrong one since we simply pick the first. See also #2.
The ``versioneer`` version currently in the tree together with current Python/pip/setuptools causes the following error: ``` Collecting hieroglyph … error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │...