Wesley Luyten
Wesley Luyten
### Expected Behavior When using MediaSource that the `play` event is fired quickly after calling the `play()` method on the API or when the user clicks the play button in...
Really cool project! I was hoping to use it for adding a simple way to do SSR in Media Chrome (https://github.com/muxinc/media-chrome/pull/184) It wasn't very clear from the docs, is it...
The solution of `top:-100%;` and `margin:1px 0 0;` does not keep the iframe positioned in a viewable area at all times. If the target element is nested in an element...
At the moment results could be skewed quite a bit from run to run. Ideally each test should run a minimum of 3 times, randomize library order at least, and...
The number of operations is way too big. Seems the script used in the benchmark is broke. https://johnresig.com/projects/javascript-diff-algorithm/ cc @jeresig
This should ideally work, I couldn't find a solution right away. This PR fixed the same bug in Preact: https://github.com/preactjs/preact/pull/1515 https://github.com/luwes/little-vdom/blob/3b1b1497d8b69420d8daa30980115fee74881404/test.jsx#L376-L407
Contribute to these video elements to fix the demo. - https://github.com/muxinc/hls-video-element/ : https://dev.playerx.io/demo/hls.js/ - https://github.com/Dash-Industry-Forum/dash-video-element : https://dev.playerx.io/demo/dash.js/
Sorry if this issue is out of place but it seemed a very core issue and I couldn't find anything useful on this issue anywhere else. I'm working on implementing...
### What version of `astro` are you using? 1.1.3 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn ###...
### Sanity checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session -...