Dawid Gosławski
Dawid Gosławski
@ssbarnea actually python's `shutil.which` is bugged as it does not work well with "empty PATHEXT item". If you add `;` at the end to PATHEXT `which` won't return anything. It's...
@michaeljoseph whichcraft is used conditionally only if `shutil.which` is not present, but also whichcraft has copy-pasted it's code so it would also need change. I've opened https://bugs.python.org/issue40592 and we will...
https://github.com/python/cpython/pull/20088 stuck on PR, standard :D
merged to 3.8 and up :)
@joanlopez yep, docs says that is the flag that disables devDependencies.
I noticed that Firefox used to work after Chrome disabled this but it is no longer working. The workaround is to install older Firefox (107.0) that still supports U2F. On...
Oldest mean oldest opened, re-visits are counted as refresh. So if you open two tabs one after another the oldest "clicked" will be closed, not always the first opened.
@FenrirUnbound I would extend README to mention that this docker image is just environment for using this repo, not full implementation. So run command should also mention `python main_script.py`
This all is because of not-done https://github.com/elastic/logstash/pull/3855 (issue - https://github.com/elastic/logstash/issues/3847) and the fact that included ruby-maven-libs-3.3.9 is **7 years old and unpatched**. These issues were closed with the promise that...
what about `remove-item -recursive ~/scoop`? Technically `scoop uninstall scoop` is just a wrapper for running bin\uninstall.ps1, which is a different script and serves a different role. Copy it, remove the...