Joel Stenkvist
Joel Stenkvist
Dont mean to complain here, but this convenience library seems a bit outdated. A lot of the documentation here http://www.chartjs.org/docs/latest/ doesnt seem to apply to this library. I wanted to...
**Describe the bug** When you pass the onChange function the checkbox stops changing state and stays either checked or unchecked. If you remove onChange(), then it works but I cannot...
When deleting fake directories that tools like Hadoop create, this tool ends up deleting the entire directory even if not empty... See this https://issues.apache.org/jira/browse/HADOOP-13230 For example, if I have: test_run123/foo.bar...
Need to eliminate the need to specify the empty hash {} in spotifyApi calls like so: `var response = spotifyApi.getUserPlaylists(userId, {});` It's not very intuitive to have to remember to...
…ler settings Fixes simply by adding a short $timeout that waits for the {{ }} variables to finish resolving.
Is there a possibility to use whitespaces as the padding between json elements, instead of invisible css space (like padding)? That way when you copy to clipboard, it includes the...
Just a nit pick, but the src code on the readme page for "Player strategy" is missing some imports and definitions. For example, I had to update the import like...
I couldnt find an NPM package for this: `meteor npm install - npm ERR! code E404 npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/wavesurfer-angular npm ERR! 404 npm...
- [ x] I have tried with the newest version of editly: `npm i -g editly` or `npm i editly@latest` - [x ] I have tried ffmpeg newest stable version...
The documentation here says you can add an effect such as Pixelate to a video layer. However I dont see an `addEffect` method on the Video layer, only on Image....