Thomas Steiner

Results 461 comments of Thomas Steiner

I’d link the present issue from the new HTML issue so there’s a paper trail.

Before this change, it was possible to detect non-supported media queries by checking for `"not all"`, as developers, including myself, have [documented in blog posts](https://blog.tomayac.com/2019/09/16/not-all-is-nothing-finding-out-if-the-browser-supports-a-given-media-query/#testing-if-a-browser-understands-a-media-query) like this. ```js window.matchMedia('(prefers-color-scheme: dark)').media...

(FWIW, [updated my blog post](https://blog.tomayac.com/2019/09/16/not-all-is-nothing-finding-out-if-the-browser-supports-a-given-media-query/#update-august-2023).)

> [#2463 (comment)](https://github.com/w3c/csswg-drafts/issues/2463#issuecomment-1016720310) > > For example, `@supports at-rule(@media; some-feature)`. Media queries are not _technically_ descriptors though, so maybe `@supports media-query(some-feature)`. Thanks, I hadn't seen this before. I assume this...

This sounds more like a drift in your Joy-Cons. Maybe try recalibrating and a firmware update as per the other issue.

In case this is relevant in any way: I'm on a Telekom.de contract in Germany.

I believe this has to do with the [StreamOn option](https://www.telekom.de/unterwegs/tarife-und-optionen/streamon), where they tap into your traffic to see which packets should be free. Is there a way for DNSCloak to...

It looks like this has been dealt with either on the iOS level (I'm on iOS 15.4 now) or on the DNSCloak level (I'm on 2.2.2 now).

This should indeed only be done with the new File System Access API, else, we litter the Downloads folder of the user. Is there a way to only save when...

My brain is in weekend mode and I may miss things, but if all we need to know is if things have changed since the last save, hashing the array...