Jake Teton-Landis

Results 129 comments of Jake Teton-Landis

I no longer support grooveshark desktop On Sun, Feb 12, 2012 at 4:04 PM, suan < [email protected] > wrote: > > There is no window chrome (so I can't drag...

In your first example, you create two VMs. Each VM instance is independent and has its own environment, even within the same WebAssembly memory. If you run the same logic...

You can get the memory address of various objects like QuickJSContext, QuickJSRuntime by inspecting their private internals looking for pointer types. You’ll need to use the private constructor to create...

Once you do `vm1.dispose`, the memory address is `free`'d. You can't use vm1 again after it's disposed. Maybe try leaving off all the `.dispose` calls and see if that helps....

The slowness of python/pygame is why I eventually abandoned this project. That -- and the math required for proper mouse joystick emulation. I am vaguely interested in a re-write of...

I just hit this case with a newly created forge app. My package.json: ```json { "name": "tlshot", "productName": "tlshot", "version": "1.0.0", "description": "My Electron application description", "main": ".webpack/main", "scripts": {...

Does the bug reproduce with quickjs-ng variant?

Maybe the interrupt handler needs to be reinstalled after firing once? I don’t have free time right now to debug this issue.