Ilkka Oksanen

Results 21 comments of Ilkka Oksanen

How about requiring the following wrapping for extra JavaScript: Bungee.ready(function() { ....user code here ... }); In source mode bungee.js which is just the loader would implement Bungee.ready() (=callback registration)...

ES6 support would be nice. It's becoming more and more popular because of good support in io.js and modern browsers.

You get the `{ blob: blob, dataUri: dataUri, format: format }` object back so it means you have correctly selected some HTML element, double check that it's a `` element....

@pR0Ps good point, I guess I just didn't really stop to think about using the timestamps. But now when I tested it, time works equally well if not better also...

@pR0Ps that kind of sampling is not nice indeed. Can you detect when that has happened? If yes, then it would be an option to fall back to the current...

Started to see this problem a few days ago. I'm located in Denmark.

This seems to be related: https://github.com/pR0Ps/grafana-trackmap-panel/issues/21 so not much can be done.

I've been checking this a little, grafana trackmap extension in the end gets an array of coordinates and draws lines that connect them. It should be relatively straightforward to add...