Steve Heffernan
Steve Heffernan
Related to #41 we should re-emit the media events that happen so that applications can have a central source for them, rather than needing to listen to the media element...
[Updated media-playlist](https://github.com/muxinc/media-playlist/pull/1) based on [the playlist discussion](https://github.com/muxinc/media-chrome/discussions/97). Adding an example to media-chrome.
Follow up on #74 The same is true for other time-display elements. Before #74  https://media-chrome-djevl3pei-mux.vercel.app/examples/control-elements/media-current-time-display.html After  https://media-chrome-err0093s8-mux.vercel.app/examples/control-elements/media-current-time-display.html
[The doc](https://github.com/muxinc/media-chrome/blob/main/docs/media-captions-button.md) is missing details about all of the attributes related to [getting the captions list and what's currently showing](https://github.com/muxinc/media-chrome/blob/main/src/js/media-captions-button.js#L111).
git rev-parse --abbrev-ref HEAD
Zencoder hasn't used this project internally for a long time now. Would anyone be interested in taking it over?
Pretty simple implementation. +Had to fix the media-controller attribute in chrome-button so it can work inside a shadow dom. Should be applied (in a followup) to other components. Goals for...
Adding a section for development principles based on a conversation in office hours about a desire to speed up development decision making in a similar way that design principles have.
The original regex doesn't support repos with periods in the name. This assumes .git will end urls, which is true for all github options that I can find.
If I have two s3 buckets, one for staging and one for production, is there a way to switch between buckets without rewriting the config file each time? I first...