Benjamin Hollon

Results 45 comments of Benjamin Hollon

Happy to. Again, I'm glad to share any information you'd like to help with diagnosis.

Even just checking the next couple pages would catch the vast majority of cases on my instance. Having the fetch cutoff be configurable might be the best compromise.

In case anyone else is looking for a quick workaround in the meantime, I coded a script to try and predict when the local timeline is about to clear and...

Hmm, I occasionally get them on sites that are heavy with JS, especially with media playing, (most recently I noticed it on YouTube) but they're white rectangles. Not sure if...

Backend: QtWebEngine 6.3.1, based on Chromium 94.0.4606.126 (from api) I'm using the flathub-beta version.

Got it again on pinafore.social, viewing a poll.

> Do these settings help? I'm not noticing issues with that on, but then I haven't yet found a site that always has the rectangles, so I'm not sure if...

I'd be happy to look into implementing this; I've done [a fair bit of work with designing accessible CSS](https://readable-css.freedomtowrite.org) and am someone directly affected by the lack of a light...

Okay, got it. So to kind of outline what I'm imagining: Without JS, we can use a `@media` query to detect when the browser prefers dark mode: ``` @media (prefers-color-scheme:...

Awesome, I'll start looking at the code, then. Haven't worked with sass much (I mostly use plain CSS), so it might take a bit to figure out setting things up.