toofar

Results 182 comments of toofar

@rakanalh Can you elaborate on why you switched to using showEvent instead of when the tab got focussed in https://github.com/qutebrowser/qutebrowser/pull/4037/commits/624b6eb301c8aacf5d895f54eb8657bb0e5984a0? Oh nevermind, I see the boss man said to. Well...

Okay, it wasn't the rebase that mess it up. It was switching most stuff to use `to_load` even then the tab was loaded. `_can_go_back/forward` where still using `_history` though. I...

I don't see how we get from "error loading config" to "a blank session". Unless you can think of some other reason, I assume you are closing the browser "too...

It disappears for me when I press "Run" on Qt 6.7 (Chromium 118 based) but sticks around on 6.8 (Chromium 122 based). I'm on linux (X11). qutebrowser itself doesn't do...

I added labels to the ticket so it gets spotted when someone gets around to revamping the session settings to cover all the various different used cases that have cropped...

I cannot reproduce. Here's the steps I'm following: 1. open temp basedir 2. on the default ddg page, open and close the developer tools, everything is working fine 3. `:set...

Thanks for the review! I've addressed most of your comments. I've: 1. rebased, so this is up to date with the latest requirements files 2. dropped almost all the automated...

So, reading between the lines a bit, the benefit of this is that it gives an indication that the page is loading, in case the first byte takes a while?...

Nice! I could maybe see myself using something like this since memory usage continues to be something I have to manually manage (although much less often than in the past,...

@The-Compiler could you please provide some guidance on the action required to resolve the above deprecation warning in particular? I don't understand this whole area well enough to understand what...