WofWca
WofWca
TODO: * [ ] Maybe add more changes * [ ] Update changelog
This reverts commit 3777c46dad9dcb1ed99a82d2ac2773547cb207c0. Accidentally closed #141, this is the replacement. Sorry. TODO: * [ ] See the mentioned commit (3777c46dad9dcb1ed99a82d2ac2773547cb207c0), investigate, maybe file a bug in Chromium. * [...
Closes #65 TODO: * [x] Merge #139 (or rebase)
Fixes #151. TODO: * [ ] Merge the branches it is based on * [ ] Address the TODO comments * [ ] Ensure `pixelSnap` works correctly for `lineWidth %...
Due to RAF period deviation. https://www.testufo.com/animation-time-graph
Runs on pushes to `master` branch that involve changes to `package.json` (such as version bump). For this to start working, a collaborator needs to create an npm token (`npm token...
https://vue-select.org/sandbox.html 1. Use keyboard. 2. Focus the `vue-select`. 3. Select an option (e.g. by pressing `Enter`). Can't open the dropdown again without pressing `Tab`, then `Shift + Tab`. Check out...
And just always watch `options` instead. 1. The API is unintuitive, and unnecessary. Users can just create a non-reactive options object by themselves. 2. This prop also almost doubles the...
Not sure how to fix this though https://github.com/mozilla/eslint-plugin-no-unsanitized/blob/8dae8ae6db66a3ea91b5d2d9469f8e78666ee2fb/lib/rules/method.js#L71-L76 My guess is that `"Identifier"` should be handled differently from `"MemberExpression"` (maybe we're supposed to just `break;` on it?) Feel free to...
Problem: when using the experimental algorithm (as well as desync correction), when a seek is performed, the controls fade in for ~2 seconds, which may be distracting to people. It...