Florian Bruhin

Results 1183 comments of Florian Bruhin

@pinarruiz Setting it with a `*` pattern and without a pattern at all do different things. From the [docs](https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/settings.asciidoc#content.headers.user_agent): > Note that the value read from JavaScript is always the...

@amano-kenji While I am disappointed by Cloudflare as well, please keep in mind this is a bug tracker, and not the right place for discussions about opinions about Cloudflare not...

Any chance you could try the current git build and see if it works if you run with `--temp-basedir -s content.javascript.clipboard access-paste`?

That's odd. You seem to be running `python3 scripts/mkvenv.py` or so though, not `python3 -m venv .venv`, no? Do you have a `.venv/Scripts/python.exe` in the folder you're running this? Does...

so I assume this is specific to Monterey and worked fine before, right?

Also see #6085 FWIW - something about smooth scrolling must be rather special on macOS...

By the way, if anyone on Monterey could try to reproduce #6833 and add a comment there, that'd be great.

PSA, the "I have the same issue" comments do nothing but add noise. If you have nothing substantial to add, please consider [simply upvoting the issue](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) instead - thanks!

API review: [qtwebengine: API comparison from v6.3.0 to 6.4 (I167dd33d) · Gerrit Code Review](https://codereview.qt-project.org/c/qt/qtwebengine/+/416377) Some interesting stuff: - `HttpStatusCodeDomain` for `QWebEngineLoadingInfo` (means we can probably get rid of our hacky...