Luís Fernandes

Results 33 comments of Luís Fernandes

Please note that semantic-release script is not yet running (you can check the CI builds) due to the lack of the setup I mentioned.

Hmm I think I found a bug too which doesn't seem to happen all the time. Sometimes, if you pick a song while the popover is open, it will mess...

You could also set a limit on the vs code client side (in addition to another one on twitch). That is, only _X_ suggestions per minute (independent from the number...

We would also use libde265 with ffmpeg if it supported the alpha channel. To my (very limited) knowledge there's no decoder working with ffmpeg that supports it

I was able to reproduce Unity's behaviour by manually converting to the ... using the implementations shown [here](https://stackoverflow.com/questions/1031005/is-there-an-algorithm-for-converting-quaternion-rotations-to-euler-angle-rotatio) by frodo2975. I'll leave all of them here, in case the thread...

Just pushed to a test repository: https://github.com/Apidcloud/TypeScript-Experiments/tree/mochaTest Running `npm run test-working` works as expected as it uses the 'set' way of setting an environment variable. Using cross-env (try to run`...

I have ran a few more tests, but I can't figure a solution for both Linux and Windows (can't test on OSX). Windows works with triple backslash `(\\\),` whereas Linux...

I did a quick test and that only seems to work on windows. Linux seems to need the single quotes. **Edit:** Actually you are right, removing the single quotes and...

Yeah, my bad! I checked properly and it seems to work. You were rather quick finding a working option lol