Thomas Steiner

Results 115 issues of Thomas Steiner

> **Warning** > All brands in the text below are used purely for illustrative purposes. ## Introduction The current (fav)icon (``) is not necessarily the best representation of the context...

This in response to https://github.com/WebKit/standards-positions/issues/255#issuecomment-1722208125 via @jyasskin.

meta

In [Moving Non-OPFS Files](https://github.com/a-sully/fs/blob/main/proposals/MovingNonOpfsFiles.md#what-if-i-have-a-compelling-use-case), @a-sully asks for use cases for compelling moving files in-between file systems. One such use case could be moving large files ([example](https://www.kaggle.com/datasets/jkkphys/english-wikipedia-articles-20170820-sqlite)), where the user doesn't...

For getting a `FileSystemSyncAccessHandle`, you need a `FileSystemFileHandle` first, which, in a Worker, where you want to work with the all-sync file methods, you generally don't have much use for,...

addition/proposal
needs implementer interest

This progressive enhancement changes full screen mode to require a long press of the Esc key, so that the player doesn't accidentally leave it when they want to cancel an...

At the moment, this (amazing) project uses IndexedDB as its backend, which has quite some overhead and isn't perfectly suited for the task. Have you considered switching the backend to...

To make key abuse harder, API keys should be tied to an origin, so if one signs up for `https://example.com`, the provided key would _not_ work for `https://other-example.com`.

The current onboarding email reads like this: > Here is your key: [redacted] > > Please append it to all of your API requests, > > OMDb API: http://www.omdbapi.com/?i=tt3896198&apikey=[redacted] >...

Rather than just filtering for [`startsWith`](https://github.com/stringyland/custom-select/blob/01e33e27c7c1f53c3ae877a2c4b04b1a26cb7638/index.js#L152), this component should probably match ``'s ["contains" filtering behavior](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist#Examples) (type "fox" in the input field in the example).

enhancement
usability-testing

https://github.com/GoogleChromeLabs/browser-fs-access/blob/fdab32326a035cde845591cc33937655fa2da902/src/legacy/file-open.mjs#L47