Joey Parrish

Results 811 comments of Joey Parrish

While tinkering with the UI styles a little at the level of our Cast receiver application, I noticed that the material design icon font makes it nearly impossible to restyle...

Use SVGs from here to replace the icon font: https://github.com/marella/material-design-icons/tree/main/svg#readme Note that we are currently using "rounded" style, if I'm not mistaken.

JFYI, builds are failing in CI until #322 is merged.

I deleted the GCC image from my own account and created a PR to myself to prove that the bootstrapping steps work. The defaults set by Docker's official GitHub Action...

All workflows passing. Ready to merge when you are. Thanks!

@Stephane-D, I see you have approved, but not yet merged. Can you please merge this? I'm ready to start referring to official SGDK builds in my projects instead of my...

This is because of how we handle buffering. We have our own buffering state at a higher level. You can use the `buffering` event from the `Player` object, as well...

You're welcome. But I'm going to reopen this as an enhancement to remove our buffering logic and let the browser control buffering state and signal through `waiting` and `stalled` events....

@martinstark, I think it definitely _could_ work, but after nearly 10 years of building on top of that system, there may be assumptions all over the place that we don't...