Jussi
Jussi
First of all, thank you for providing this wonderful software, which I use on a daily basis. One feature I very much would like to see here is the option...
Seems that the plugin utilizes the old site's API located at `http://areena-v3.yle.fi/` instead of the new one at `http://areena.yle.fi/api/`. While this may work at the moment they'll probably shut down...
Support the new Ruutu.fi site. This provides basic functionality and allows to select the bitrate in the config. There's lots of room for improvement: - video listing could be fetched...
Example: ``` import React from 'react' import Moment from 'react-moment'; import 'moment/locale/fi'; export default class MyHeader extends React.Component { render() { const dateToFormat = '1976-04-19T12:59-0500'; return ( {dateToFormat} ); }...
I'm seeing the following error when trying to minify the angular-growl.js: [$injector:unpr] Unknown provider: translateFilterProvider
Not really a bug on behalf of Crowbar, but I'm seeing really weird behavior when trying to export figures produced with [Dc.js](https://github.com/dc-js/dc.js) on Chrome. For example, several figures on the...
Note that this implementation does not support polylinear color scale. For instance, ``` var linear = d3.scale.linear() .domain([-0.55, -0.10, 0, 0.16, 1]) .range(['blue', "#b3b3ff", 'white', "#ffb3b3", 'red']); ``` is a...