Derk-Jan Hartman
Derk-Jan Hartman
but then i have code formatting highlighting that content, which isn't desirable. ;)
@baqarrivi you might want to look at [streamroot/videojs-quality-picker](https://github.com/streamroot/videojs-quality-picker) for MPEG-dash. videojs-resolution-switcher plugin needs to do quite a bit more due to the source switching, but for his and dash you...
Per Html specifications, the first one is the default, but the plugin always sorts them based on resolution. I intend to fix that at some point, since I also need...
See also: https://github.com/babel/babel/issues/116
This is a good fix, in that videojs.registerComponent is a proper accessor for the library. Component.registerComponent() is more internal in that regard. To quote the developers on IRC: < gkatsev>...
@tjsail33 that sounds like a bug in video.js.
@akame no, not really. The issues I encountered were: 1: An embedded framework is a source file that is in TWO buildphases. 2: Because of this, the XSourceFile also has...
I hacked something up with hardcoded modifiers etc, but it's not really usable for anyone else due to the hardcoded assumptions I make and unfortunately it doesn't seem like I...
Oh, and you need to figure out how you would be able to distinguish between an old style static framework and a embedded framework, because they require different 'addMember' strategies...
csslintrc is a data file in JSON. Comments in JSON are not allowed per the spec. What people often do as a workaround is to add a key "_comment" for...