Antoine Pietri
Antoine Pietri
When I'm editing `a/b/c/file.cc`, it would be easier to type "file" and have `a/b/c/file.hh` show up in the top of the list, instead of copying the current path every time....
Is this expected? ```bash antoine@elune /tmp/tmp.ucyPsHjPcy/untrusted_code % cat /usr/bin/grep.py #!/usr/bin/env python3 import os print('Running grep.') ``` ```bash antoine@elune /tmp/tmp.ucyPsHjPcy/untrusted_code % cat os.py print('MALICIOUS') ``` ```bash antoine@elune /tmp/tmp.ucyPsHjPcy/untrusted_code % pythonloc /usr/bin/grep.py...
Currently there is no way to check dynamically if an BigList implements copy() or not. If all the MappedBigList implemented FlyweightPrototype, it would be easier to make a function that...
It would be great to add a wait parameter to `speech.say()` and similar, to allow async behavior. I started to write a diff like this: ```diff diff --git a/source/microbit/modspeech.c b/source/microbit/modspeech.c...
Is it maybe linked to the HTTP 523 errors I see in the logs? ``` Unhandled exception in thread started by Traceback (most recent call last): File "/opt/lcurse/modules/waitdlg.py", line 294,...
This is very inefficient. Most (all?) backends support extracting the full rar at once.
Hi! Would it be possible to make a new release with the branch new_django? It's currently broken for all new django versions, so installing from pypi doesn't work and we...
https://wow.tools will [become read-only in 2023](https://wow.tools/2022.php) due to a lack of maintainers, and has already stopped providing downloadable CSV exports. We are currently using wow.tools to import data to SimpleArmory,...