Kyle Lacy
Kyle Lacy
First, I want to say that I love Ducc! It's the Duktape library I didn't know I was waiting for, and it was really easy for me to pick up...
I pushed up a WIP/proof-of-concept branch with a basic implementation for this issue: [wip/duktape-threading](https://github.com/SkylerLipthay/ducc/compare/master...kylewlacy:wip/duktape-threading). Unfortunately it segfaults in one of the tests I added so there's still some work to...
Minor update: I fixed the segfault (it happened because I hadn't set `udata` or `anymap` in the newly-created thread context). So, the branch now works at least. I'll leave it...
@P1start I think either of those syntaxes would work fine as well! But, there would need to be a way to annotate explicit lifetimes for either syntax as well; something...
@Scanerrr Yes, it should fix that warning!
I'd definitely second the conversation here. Linear and Jira both use standardized schemes for project and issue URLs, and in my opinion it's a very important quality-of-life feature that you...
Thanks for your interest in the project! Since I first wrote sorbet-cocoa and the associated blog post, I've switched from macOS to Linux and gotten a job, so I haven't...
So far, I've only implemented one mapper (mapper 0, a.k.a NROM), so trying to load any NES ROM that uses a different mapper will fail with this error. It shouldn't...
@StunningRob I'd like to sit down and write docs for all this stuff soon (got some other stuff in-flight at the moment), but I think it'll take some time to...
...it's been a while since I've come back to this project. When I first started working on it, I tried implementing mapper 2 (UxROM). I believe I got something that...