Florian Bruhin

Results 936 comments of Florian Bruhin

FWIW, I just got a mail from GitHub telling me that the workflow failed after I opened an issue: https://github.com/python/cpython/issues/93249 https://github.com/python/cpython/runs/6606492855?check_suite_focus=true Due to: ``` [Error: Bad Request] { status: 400,...

> Void's pkg manager is based on Arch's [It's not, FWIW](https://github.com/void-linux/xbps#xbps): > The X Binary Package System (in short XBPS) is a binary package system **designed and implemented from scratch**.

I started using keepmenu yesterday and see this some 30% of the time - it does seem to be connected with the shift key somehow not being registered - for...

I've also still noticed issues with Pynput, where apparently typing capital letters with Shift doesn't always work :worried: Trying `xdotool` now.

Note that even for smaller domains, tldextract seems to be significantly slower than the others I've tested, [publicsuffix2](https://github.com/nexb/python-publicsuffix2) and [publicsuffixlist](https://github.com/ko-zu/psl): ```python3 from timeit import timeit def test(length): domain = 'a.'...

Ah, looks like there is https://bootstrap.pypa.io/2.7/get-pip.py as well, pointing to the latest pip version supporting Python 2 (pip 20.3.4). If you prefer, I'd happily open a PR updating the URL...

What seems to be happening is that: - I supply a 256x256 icon - Budgie scales it down to 48x48px internally (see the link to the code above) - It...

Ah, I suppose this only occurs on High-DPI screens then? My screenshot above is from a 14" laptop with a 2560 x 1440 resolution. I didn't mess with scaling factors...

@bluetech Anything I can help to get this in? Archlinux has [updated](https://github.com/archlinux/svntogit-packages/commit/daa634fe77bee66b804f3adc75a6672fbbf906d2) to Python 3.10 in December, and having to edit `tox.ini` every time I work on the docs is...

> we should also shift toward having pytest/pytest plugin warnings be warnings, even when projects use -W error Why? This is one of the main reasons I use `-Werror`, and...