Erik Rasmussen
Erik Rasmussen
Guys, we need a database with a GraphQL API endpoint, with foreign keys to events each person has spoken at, some animated UI, and a mobile app. π₯ Or, you...
I _think_ this workaround is insufficient, because the `` element is already mounted in the dom, and fetch triggered, by the time the `mediaElementRef` callback is called. Or at least...
Here's a sandbox implementing your suggested workaround (using hooks). You can clearly see the http request for the mp3 file in your Network debugger tab. (Chrome) [![Edit @cassette preload example](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/r729rzlyxq?fontsize=14)...
Break a leg! I'm an OSS maintainer as well, so I know there's nothing better than a sandbox to demonstrate a bug.
@benwiley4000 Thanks for all your effort here β gives you a lot of respect for the devs at, say, YouTube, that need to make their HTML5 code work with _everything_...
No, you need to make page that is "JUST the player" and point your `twitter:card` meta tag value at it. e.g. https://happyhour.fm/card/003/ (and it should autoplay) Website is OSS, too....
I can't be trusted to hear Github mentions, so ping me [on the twitters](https://twitter.com/erikras) if you need any further assistance.
Nothing about sync validation changed from `v5` to `v6`.
Whoa! I didn't know you could "transfer" issues. Nice.
Wow! A PR accompanied by a conference talk! I'm not going to merge this right now, but I will check out this branch and see if I can address the...