Thomas Steiner

Results 489 comments of Thomas Steiner

Friendly ping, @LiKTOi1029

Are you aware of [Media Fragments URI](https://www.w3.org/TR/media-frags/#naming-time)? Here's an [example that deeplinks into seconds 10–15 of a video](https://tomayac.github.io/dynamic-media-fragments/videos/big_buck_bunny.mp4#t=10,15). The browser should then do what you describe (be smart about buffering)

The browser is smart. It requests `Range: bytes=0-` for video metadata in the first request and then quickly realizes it actually needs `Range: bytes=589824-` for the second. It never downloads...

> Thanks for your contribution, using `LanguageDetector`, when available, is a good improvement. > > But there is already language detection in the composer, through the `lande` library (see `app/javascript/mastodon/features/compose/util/language_detection.js`)....

> > (Surprised it wasn't used for the compose form already, but great news that this PR will profit users of all browsers then 🎉.) > > It is used...

> (Converting to Draft PR to figure out some `LICENSE` stuff.) `LICENSE` question cleared with positive outcome. Still leaving as Draft to ultimately clarify the question raised in https://github.com/mastodon/mastodon/pull/35345#discussion_r2201101876.

> Similar to #35369, we really like this PR, but would like to wait for this API to be adopted by other browsers, or at least have positive signals from...

> This pull request has resolved merge conflicts and is ready for review. While the conflicts were resolved, it's currently broken. Working on a fix.

(Making this a Draft PR to figure out some `LICENSE` stuff.)