Wesley Luyten

Results 110 comments of Wesley Luyten

@utopianknight I included this chart in my repo, hope you like it! https://luwes.github.io/sinuous/bench/results/speed-size.html It pulls the data from this repo via https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts/results.json All feedback is welcome! Cheers

I noticed that too, I wonder how the average slowdown is calculated here https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html Could be rounding, I didn't round my numbers. Or maybe average vs median? The calculation of...

Cool, great idea! Definitely interested in a forum like this, @ryansolid helped me a lot with Sinuous and using GH issues to ask (quick) questions doesn't always feel like the...

@brodybits Sinuous kinda explored this route if you're interested https://codesandbox.io/s/sinuous-counters-7m4zy it does have the drawbacks like @adamhaile explained, the more complex computations need to be wrapped in lambda's and DOM...

@junguler Media Chrome is used to build the UI controls of a media player and can work with different video engines that could support the functionality you like. See https://github.com/muxinc/media-chrome#compatible-players...

wondering if this is still an issue? since the media attribute events have been added in PR https://github.com/muxinc/media-chrome/pull/182 and we decided MediaController should not imitate a native media element the...

I've encountered this as well in the https://github.com/muxinc/media-group project. my fork fixes a bunch and adds some more events etc. I'll try to open a PR soon. https://github.com/luwes/youtube-video-element

Just checked, this is still a bug

bug? on my end the first clip that is played doesn't update media chrome state like playing and progress ![SCR-20220613-d4t](https://user-images.githubusercontent.com/360826/173376548-dcf7fea6-1bca-4819-a4f4-bbc53e1be3cb.jpeg)

ideally `media-playlist-item`'s should also support `` and `` elements but could be supported later.