Adam Soutar

Results 10 comments of Adam Soutar

Hmm, I think you're right. Initially I couldn't figure out a way to pass in a Rust function with any useful context since closures etc. can't be passed as simple...

Updating this thread to say that I do now have my Playdate! As you've all brought up, the FPS is not exactly award-worthy :) But now that I have a...

Hey, Thanks for trying it out! Gameboy cartridges have extra hardware in them to do things like add extra ROM/RAM. My gameboy project doesn't yet support "Memory Bank Controller 5"...

Hey dude, sorry I totally missed this issue - don't know how I did! If you didn't resolve this issue in the end, would you mind providing some more detail?...

Hey 👋 I don't have an Apple Silicon Mac at the moment, although I _think_ all the dependencies etc. of the project do support it. I'll play around with cross-compiling....

Note to self - Now that Pokémon Red/Blue are both working, Pokémon Yellow: Special Pikachu Edition requires this Memory Bank Controller too.

Reading into the code, I found out this method does nothing, even though it's demoed in the Readme. ```js function getActiveWindow(callback) { callback = callback || noop; if (!isWindows) {...

I created a fork which fixes this among other bugs [here](https://github.com/Adybo123/node-process-windows) . I've opened a pull request, but I'm not sure the author maintains this repo anymore.

Closing as old and unreproducible, lmk if you see this again

I'm also having this issue at the moment, did you manage to fix it @chenzww ?