Azq2

Results 43 comments of Azq2

But I think this is not *“just a useful feature”*, but actually a bug. Without it, WebSerial cannot be considered complete. Every major OS allows changing the speed without reopening...

This package is missing two important features: 1. Merging with initial state 2. Migration ```ts import { reconcile, SetStoreFunction, Store, unwrap } from "solid-js/store"; interface PersistentOptions { name: string; storage?:...

I'm surprised that any reliable port identifiers still do not exist in the standard.

Runtime fix ```js function patchVideoJsForSyncSetSource() { const Player = videojs.getComponent('Player'); const originalSetTimeout = Player.prototype.setTimeout; const originalHandleSrc = Player.prototype.handleSrc_; let shouldSyncTimeout = false; Player.prototype.setTimeout = function (callback, timeout) { if (shouldSyncTimeout)...

@yokuze This code has been running in production for over 7 years. I just decided to check if they had fixed this bug. Turns out they haven’t. 🤦‍♂️ Tested with...