Joel Stenkvist

Results 22 comments of Joel Stenkvist

@JesTen in my "index.html" I added this: `` Then in my view.html file (or whatever yours is called): `` ``` Then in the Angular controller: function createChart() { var ctx...

Also experiencing these issues in Chrome.. I've found that I usually hit this issue when using seekTo after calling wavesurfer.load() on a new url, a second time. I resolved the...

Yea, a little box in the UI to add a list of ignored folders could be a solution. I like this plugin but my project was counted for over 669,000...

I get the same issue here described!

Yeah i resolved my error in a similar fashion as @mcameron , the URI I was calling was wrong. A better error message could be "404 not found" or something,...

I'm also hitting this issue. Thanks for the temporary workaround @kfeinUI ! I had to add these 2 lines ``` import 'videogular/dist/videogular/videogular.js'; import 'videogular/dist/controls/vg-controls.js'; ``` And then this to get...

@rinogo Yea I imported ngSanitize like this earlier in my script since im using ES6 with babel using MeteorJS: `import ngSanitize from 'angular-sanitize';`

The advanced one still doesnt work for me, after installing as above by editing boilerplates.js ``` yarn start yarn run v1.22.0 $ react-scripts start There might be a problem with...

I get the same error: > ERROR for site owner: Invalid key type This library needs to be updated to match this spec: https://developers.google.com/recaptcha/docs/v3

I tried the example and couldnt get it to work... am I missing something? It just says the BPM is undefined. Heres my code typescript file (Angular) ` import {...