Thomas Steiner

Results 117 issues of Thomas Steiner

Congratulations on AudioMass, it's mind-blowing that this kind of audio editing can be down in the browser! It would be even more amazing if the tool could add support for...

Web SQL is on its way out and is being [slowly deprecated](https://developer.chrome.com/blog/deprecating-web-sql/). Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a warning message...

Fixes #2 (eventually… 🙄)

@connorjclark This is a second attempt. I guess I simply don't get what to do with `Module`. I tried to follow this [example](https://stackoverflow.com/questions/53309095/how-load-an-emscripten-generated-module-with-es6-import), but not sure it's applicable. The main...

Currently the build is very hacky, now @Surma pointed at the `EXPORT_ES6` option.

This is me friendlily asking @samthor to implement [this solution](https://dev.to/chromiumdev/detecting-select-all-on-the-web-2alo) to make the present product even better.

Right now, there are two ways to provide filters: one for "simple" [CSS filters](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/filter) (example: `offscreenCanvas.filter = 'brightness(1)'`) and one for more complex [SVG filters](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/filter) (example: `offscreenCanvas.filter = new CanvasFilter([…])`)....

Some operating systems like, for example, [iOS](https://browserhow.com/how-to-add-address-and-contact-for-autofill-in-safari-ios-ipados/#:~:text=tap%20on%20the%20my%20info%20option%20and%20choose%20the%20default%20contact%20as%20your%20name.) let the user determine a special contact that should be used as "my info" for the purpose of autofill. It would be useful...

I was hoping to see things that make building powerful Web apps possible. To name a few: - File System Access - Async Clipboard - File Handling - Window Controls...

DeveloperNeedsDashboard

- Current: `observer.observe('thing')`. - Proposal: `observer.observe({things: ['thing1', 'thing2']})` (names to be bike-shed). Similar to `PerformanceObserver`'s `entryTpes` option.

dx-improvement