Jake Kerr
Jake Kerr
I modified the recursive invocation example so that instead of starting the bomb by explicitly calling the `bomb` function on the contract, it's kicked off in `on_money_received`. To set up...
Calling `Context` on an instance of `Instance` i.e. ```.cs //... var instance = new Instance(wasm, printFn, memoryImport); InstanceContext context = instance.Context; ``` **gives the error:** ``` `Unable to find an...
Backgrounding the app for any reason such as responding to a chat, or accidently pressing home causes the shader in progress to be reverted to the last save. I'm often...
Opening a gui plugin that uses baseview on macOS causes the entire DAW (FL Studio, Reaper) to be very slow to respond especially when resizing windows and panels. After much...
This was tested with PWA installed on Chrome. The disconnect is not called when the app is quit. On hardware M8 this is going to be less noticeable, but on...
## Problem When I run the GO-SDL test on OSX 10.6.6 I get a lot of errors about leaking objects due to no autorelease pool being in place, and then...