Florian Bruhin
Florian Bruhin
The GitHub description says: > A set of Django template filters to make caring about typography on the web a bit easier. http://static.mintchaos.com/projects/typogrify/ But that page is a 404.
Most of the listed dependencies seem to be optional (at least in theory, can't say I've ever tried to run barpyrus outside of hlwm!). Also some more recent changes added...
I have three screens: - Internal laptop screen (eDP) - Portable USB-C screen (DisplayPort-0) - External HDMI projector (HDMI-A-0) With that, I'm trying to set up xrandr so that I...
With pytest 4.5.0 (May 2019), we introduced `--strict-markers` as a replacement for `--strict`, and [said](https://docs.pytest.org/en/latest/changelog.html#pytest-4-5-0-2019-05-11): > The existing `--strict` option has the same behavior currently, but can be augmented in...
**Version info**: ``` qutebrowser v3.1.0 Git commit: c12340802 on main (2024-02-02 11:06:04 +0100) Backend: QtWebEngine 6.6.1, based on Chromium 112.0.5615.213 (from api) Qt: 6.6.1 ``` **Does the bug happen if...
I've talked about this for a while, but never opened an issue for it. In theory, I think BDD tests (the `.feature` files in [Gherkin](https://github.com/cucumber/cucumber/wiki/Gherkin)) are a good idea, and...
Currently we're using a heavily customized QTabBar for the qutebrowser tab bar. This bug was recently closed: [[QTBUG-40256] QTabBar: layoutDirty should be exposed to subclasses - Qt Bug Tracker](https://bugreports.qt.io/browse/QTBUG-40256) Which...
**Version info**: qb v3.1.0 and Qt 6.6.1, wayland platform plugin **Does the bug happen if you start with `--temp-basedir`?**: assuming yes **Description** https://github.com/qutebrowser/qutebrowser/assets/625793/fde50456-2adf-43b0-8138-d2819cd939b8 From twouters on IRC - moving the...
Even after the trimming fix from #5973, I get crash reports with that error: https://crashes.qutebrowser.org/view/7045e3c6 We should probably not even attempt the trimming, and just error out in some sane...
With QtWebEngine (in both simplebrowser or qutebrowser), it looks like DNS requests are not going over a proxy by default. With `qutebrowser --temp-basedir -s content.proxy socks://localhost:9999 browserleaks.com/ip`:  With `chromium...