Florian Bruhin

Results 379 issues of Florian Bruhin

I wonder if it's feasible to have a more declarative API (maybe even via the config) for simple redirect cases, such as redirecting old.reddit.com to reddit.com or youtube to invidious....

component: config
priority: 1 - middle

As evident in #7335 and https://github.com/qutebrowser/qutebrowser/tree/master/qutebrowser/javascript/quirks, we need Polyfills for JS features from time to time, especially for people on older QtWebEngine versions. Often it's difficult to find minimal standalone...

priority: 2 - low
language: javascript

As reported in [Laggy/sluggish on some sites : qutebrowser](https://www.reddit.com/r/qutebrowser/comments/wil7eb/laggysluggish_on_some_sites/), scrolling performance on sites with heavy background images is rather poor with QtWebEngine. Reported upstream here: [[QTBUG-105867] Bad scrolling performance on...

component: performance
priority: 2 - low

From IRC: ``` 13:01 when I close a tab, it goes to the last selected tab, which is fine, except for when I've opened a tab in the background from...

priority: 2 - low

Inspired by #335, but more strict, and also probably easier to implement. For a very basic implementation, any HTTP request (minus localhost I guess) could simply be redirected to the...

priority: 1 - middle

[Via Reddit](https://www.reddit.com/r/qutebrowser/comments/rapdxk/small_bug_with_the_binding_hint_window/): After upgrading from qt5-base-5.15.2+kde+**r260**-1 to [qt5-base-5.15.2+kde+**r262**-1](https://github.com/archlinux/svntogit-packages/commit/2fc59566650e3f569280e2da3c81c4ca99c5645e#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a), the keyhint widget size is wrong: ![image](https://user-images.githubusercontent.com/625793/145035072-8e3f4252-1453-4097-a873-2b57da181c79.png) There were only two changes in the KDE Qt repository between the two versions: [Two...

component: ui
qt
status: needs triage
bug: behavior

More things should be supported for the completion, for example: - [x] URLs (history) - [ ] Flags for commands - [ ] Choices for commands - [ ] Choices...

component: ui
easy
component: completion
priority: 1 - middle

Splitting this off from #32 as there's quite some discussion in there about this - cc @rcorre, @samyak-jain, @andrewcarlotti. @samyak-jain answered to my comment: > > I won't have the...

component: completion
priority: 3 - wishlist

When a JS error happens in a Greasemonkey userscript or in one of qutebrowser's internal scripts, currently it's only shown in the debug log (via `shared.javascript_log_message`. This can lead to...

component: ui
priority: 1 - middle
language: javascript

##### VERSION / OS / ENVIRONMENT ``` LibrePCB Version: 0.2.0-unstable Git Revision: 3a2fbd534 Build Date: 2022-09-18T15:05:54 Qt Version: 5.15.6 (built against 5.15.6) CPU Architecture: x86_64 Operating System: Arch Linux Platform...

UI / UX