Steve Heffernan

Results 27 issues of 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...

enhancement
question

[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 ![image](https://user-images.githubusercontent.com/166/139512012-07f48f35-d3c0-48f6-9412-e276e1fedbb3.png) https://media-chrome-djevl3pei-mux.vercel.app/examples/control-elements/media-current-time-display.html After ![image](https://user-images.githubusercontent.com/166/139512166-229d9491-6a4b-4ec4-ae24-1a9b7b6aa01b.png) https://media-chrome-err0093s8-mux.vercel.app/examples/control-elements/media-current-time-display.html

bug

[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).

documentation

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...