Jelle De Loecker

Results 106 comments of Jelle De Loecker

Thanks a lot! ~~Most examples run smoothly, only the image examples are throwing some errors like `this is not a typed array` and `ctx.getImageData is not a function`.~~ I've forked...

Ah interesting, that's what I'm trying to do, too. I've got the video playing, kind of. It is in black and white, but that's because I'm just dumping the raw...

How did you do the scaling? I'm guessing rescaling the image using the freeimage module is too resource intensive? Did you do all of this in javascript or C++? I'd...

Well, I had some luck scaling the openmax buffers like this: ```javascript var img, ar = new Uint8Array(data.buffer); img = vg.createImage(vg.VGImageFormat.VG_sARGB_8888_PRE, 1920, 1080, vg.VGImageQuality.VG_IMAGE_QUALITY_FASTER); // Unfortunately: setting the image data...

Sure, here it is: https://music.youtube.com/playlist?list=PLn3w3vOczNSk2XJf9yd3t2Y72BQNebx8I&feature=share I don't know if this is important (and/or wrong behaviour) but every time I restart the Youtube Music Desktop, it will restart the playlist from...

Thanks for the info! I'm full of questions, I've been using usdx since about 2009 (still using the same sqlite database since then :)) and absolutely love it. In fact...

I created a little node.js app so I can show the current leaderboard on a separate screen. Code is over at https://github.com/skerit/ultrastarboard, example website is up at https://ultrastar.loeckout.be/ It basically...

@basisbit Interesting, even when using read-only mode (which I enabled now just in case)? @diver66 You could try installing the dependencies using `npm install` and starting the server with `node...

I've noticed this too. Though I don't have 13.000 songs (which is an impressive amount of songs!) my instance also took a long time loading +/- 900 songs. And by...

I don't expect a lot of people would want this to apply to keys like Control or Alt. Only Super and maybe the Fn key, right? So could it be...