toofar
toofar
I can reproduce this (long line of control characters printed over the buffer as pictured in #126) with wezterm and vim 9.0 (patches 1-1658). On the same system using urxvt...
I was going to raise an issue about making dictcli support basedirs (eg by having a -B arg or looking at the `QUTE_DATA_DIR` env var when run as a userscript)....
I think this issue in particular is just about making the `content.headers.referer` setting per-domain (with caveats stated [above](https://github.com/qutebrowser/qutebrowser/issues/4793#issuecomment-732348305)). So deciding _whether_ a referrer is sent. We don't have a config...
That does indeed work. I have never used that setting before! Example: ```python SITES_TO_FAKE = { "www.washingtonpost.com": "https://google.com/", "ipleak.net": "https://google.com/", } for host, referrer in SITES_TO_FAKE.items(): with config.pattern(host) as p:...
Can you say where the `IindentationTabError` was thrown from? And I am assuming it was the `default` session.
Adding some more details for an example of this issue that relates to the autosave session and an early crash: 1. the autosave session is saved every time a `load_finished`...
I see very low cpu usage for the python process on that site, even with ad blocking disabled and moving the mouse around. I see that maximbaz is using 5.14...
I think this is resolved now? Either that or the title of the issue should reflect whatever additional functionality is required. It was this PR https://github.com/qutebrowser/qutebrowser/pull/6374 but due to the...
Couple more notes: * @tomiesz already pointed on #7390 that QWidget [already has](https://doc.qt.io/qt-6/qwidget.html#enabled-prop) `setEnabled()` and `isEnabled()` methods, maybe we should be using them instead of having our own ones. I'm...
They might be dropping support for older chromium releases or something. Try switching to the `qutebrowser-qt6-git` package and see if that helps.