Florian Bruhin
Florian Bruhin
`run_profile.py` supports various profiler visualizations, but sometimes those are hard to interpret still. There seem to be other projects worth looking at (most of them don't use cProfile): - https://github.com/uber/pyflame...
https://github.com/qutebrowser/qutebrowser/blob/fc0d7e08bc550255e7d3decfc791fe7c55f90ba1/qutebrowser/browser/webengine/webenginesettings.py#L482-L486 https://slack.com/help/articles/115002037526-System-requirements-for-using-Slack says Chrome 123+ nowadays. Our versions: ```python _BASES: ClassVar[dict[int, str]] = { 83: '83.0.4103.122', # ~2020-06-24 87: '87.0.4280.144', # ~2020-12-02 90: '90.0.4430.228', # 2021-06-22 94: '94.0.4606.126', # 2021-11-17...
**Version info**: ``` qutebrowser v3.4.0 Git commit: 485847c78 on main (2025-02-24 14:25:54 +0100) Backend: QtWebEngine 6.8.2 based on Chromium 122.0.6261.171 with security patches up to 132.0.6834.111 (plus any distribution patches)...
Conversation by @craftyguy and @jgkamat: ``` 00:29 is it expected that closing a private mode window *after* closing a non-private window will result in no session saved in the non-private...
For Python, things are pretty clear: As soon as a Python version [is end-of-life](https://devguide.python.org/versions/) (usually 5 years after it has been released), we drop support for it. Thus, we support...
Probably should be behind a setting, but might be useful for custom keybindings and stuff. cc @blueyed
> [...] when I went to reply to your comment on Reddit, I noticed a problem. Every time I hit backspace, it quickly entered and exited caret mode with the...
When running `PYTHONWARNINGS=once pytest` with Python 3.14 and the plugin installed: ```pytb [...]/src/pytest_benchmark/plugin.py:249: PendingDeprecationWarning: FileType is deprecated. Simply open files after parsing arguments. ``` See https://github.com/python/cpython/issues/58032 Suitable pytest config to...
**Describe the bug** I'm trying to move two keys in a layer for my Atreus. Doing so seems to reproducibly corrupt my keyboard layout. The first time this happened, I...
This might be a pytest core issue as well, but I'm not sure - all my other plugins work fine, and I can't imagine `pytest-bdd` is the only one with...