Ronny Krüger
Ronny Krüger
The code I shared is the result of reducing the actual use case in my application which looks more like this: ```javascript updater = new DeltaUpdater(delta => { app.rotateObject(obj, [0.0,...
Thank you for the quick response. I did not known about that feature so I certainly did not use it (at least not knowingly). And since I build CC myself...
I build ChakraCore as a dll with the supplied solution.
I am using the latest VS 16.9.4 here but have tested it on another computer with 16.8.2 as well. So maybe you are right and this was introduced by a...
I don't do anything special with the CRT. And the debugger also shows that it loaded msvcrt.dll from "C:\Windows\System32" for my unit test. But since you mentioned msvcrt, I double...
The failing address lies inside the vcruntime140.dll. I also just tested with an unmodified version of chakra and I am embarrassed to say that the crash does not happen there....
Looking at the PR, I see that there is currently no option to link against an external lunasvg (like with nanosvg). I am asking this because not being able to...
Using `wxlunasvg` as the namespace sound like a good idea in any case. It makes it clear that the fork is connected to wx. But I was actually more concerned...
It would be nice if an improved restoration of AUI state as proposed here could take into account things like: * resolution changes between application starts * displays not being...
The problem here is a bug in the move assignment operator of the frame class. ``` frame& frame::operator=(frame&& other) { zmq_msg_init( &_msg );