Thomas Steiner

Results 412 comments of Thomas Steiner
trafficstars

`[https://web.dev/content-indexing-api/](Content Indexing API)` classic :-) Here's a stupid mnemonic that helps me remeber the syntax: `Bracket [link names](http://my-link-URL-goes-here), avoid braces`.

What you are looking for is `await navigator.storage.estimate()`.

Oh, I see. In this case the information returned by `navigator.storage.estimate()` is indeed not sufficient. I wonder if the solution is to make `navigator.storage.estimate()` aware of different drives (probably not),...

A similar issue is https://github.com/WICG/file-system-access/issues/322, which is about `.*.mscz,` files. Why they use commas at the end of file extensions is beyond me, but it's a thing.

This is working as intended, please see my [answer over on StackOverflow](https://stackoverflow.com/a/69896468/6255000).

@jimmywarting The CL that introduced this drag and drop change was quickly reverted. I have deleted my previous comments.

Somewhat related, I just noticed that `iCloud Drive/Documents` is considered a system directory on macOS Chrome. I can't open individual files from there. Is this WAI?

You could run the font files through [OpenType's glyph inspector](https://opentype.js.org/glyph-inspector.html) maybe?!

Mentioning @inexorabletash, since he was "mentioned" without '@' [above](https://github.com/WICG/local-font-access/issues/15#issuecomment-1460113700).

> Color theming is another interesting growing area (i.e. light and dark theme). Could we ask if folks provide a light, dark, or multiple themes? Maybe also hinting at the...