Carey Hinoki

Results 18 issues of Carey Hinoki

See: https://github.com/chemoish/videojs-fairplay#known-issues

bug
help wanted

- similar problems to https://github.com/chemoish/videojs-fairplay/issues/11 - video will refresh and possibly restart the video

bug
help wanted

https://github.com/chemoish/videojs-fairplay/blob/master/webpack/webpack.config.js#L40 Looks like this is a bug and should be moved up to the root object. SEE: https://webpack.github.io/docs/configuration.html#externals

bug

http://assemble.io/docs/Collections.html ![screen shot 2015-07-20 at 9 11 48 pm](https://cloud.githubusercontent.com/assets/549319/8792955/f8f9bed8-2f23-11e5-8723-802e7a450ffe.png) Also, https://github.com/assemble/assemble.io/pull/152

In similar spirit to https://github.com/videojs/video.js/issues/1880. ``` scss @each $name, $content in $icons { .vjs-icon-#{$name} { font-family: $icon-font-family; font-weight: normal; font-style: normal; &:before { content: char($content); } } } ``` https://github.com/videojs/font/blob/master/scss/_icons.scss#L74...