Julian Waller

Results 526 comments of Julian Waller

Could you try this version on npm `2.3.0-nightly-wip-update-threadedclass-20210313-231347-ec8d035.0`. I think it should resolve your issues

oh sorry, I glossed over that you are using webpack. Unfortunately I don't have any ideas on how to resolve this. I think the problem here is that it is...

threadedclass is used to manage a worker thread. I am currently tempted to see if it is possible to swap out the library for https://github.com/andywer/threads.js, as that is more widely...

Yeah, I wouldnt want to dive into that side of webpack. Yes we found this very easy to hit. Even things as simple as parsing a chunk of json, or...

Im going to reopen this as a reminder to myself to look into what can be done here. It's a tough one to handle, as webpack introduces some complexity (and...

@hrueger please try using version `3.0.0-nightly-latest-20210530-132658-16c3cdd.0`. It is known that the 2.x versions do not like being packed in an asar, but the 3.0 versions are fine with it

This is not something we are likely to implement any time soon, as it could take a bit of work to interpret everything correctly and we dont have any blackmagic...

It is unlikely for them to be different, except for in small areas if they have different functionality

I have recently been playing around with this in my C# library which has some unit tests, so it should be fairly straightforward to port to typescript. https://github.com/LibAtem/LibAtem/tree/master/LibAtem/Commands/CameraControl https://github.com/LibAtem/LibAtem/blob/master/LibAtem.State/Util/CameraControlUtil.cs#L45

No, I havent done anything on this. I dont expect to have the time for a couple of months