Jake Teton-Landis

Results 129 comments of Jake Teton-Landis

There are tests in the repo that check the basics of `vm.runtime.setInterruptHandler` here: https://github.com/justjake/quickjs-emscripten/blob/04498f98e743a1ccd420b58c66acb3b580e072b9/ts/quickjs.test.ts#L448 Can you open a PR with a failing test that reproduces the issue you're experiencing? That...

Contents of ~/Library/Logs/DiagnosticReports/metamove_2018-10-01-121152_tsugumori.crash: ``` Process: metamove [8244] Path: /Users/USER/*/metamove.app/Contents/MacOS/metamove Identifier: metamove Version: 0.3.7 (0.3.7) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: metamove [8244] User ID: 502 Date/Time: 2018-10-01...

After investigation, I believe this is happening because the flow for enabling Assistive Devices access for applications changed in Mojave. Before, the application would wait at `CGEventTapCreate` until the user...

I implemented a first draft of the typescript-eslint rule against a modified version of IDB, which confirms that this idea is workable. I hope to polish my implementation and eventually...

My Notion -> Markdown converter is in the private repo I use to build my website, and I don't have time to open-source it or update this library right now....

I use this class as an adapter between the previous `logCreator` and the new `logger` interface. Note we just ignore the configured logLevel as we filter/ignore messages in the logCreator...

Thanks for the report. Does it need to be `x < -128`? Because to me the creation of many runtime/context instances seems more likely to be the cause. I wonder...

Does the error occur with other build variants?

My intention is that the library should just work for all the options you describe. Debug is intended for development/test of consumers, it should work for you. To set expectations,...