Brendan Robert

Results 52 comments of Brendan Robert

This is true -- actually now that you've seen the code you'll probably notice there's a lot of verbosity in the annotations so that I can generate living documentation instead...

hey it's worth noting I recently fixed it so you can use -s7.d1 to insert 2mg/hdv images from command line now.

Right now the way that the CPU class is structured using enumeration, it would be hard to make a class that neatly provides a 6502 abstraction and then a subsequent...

I think for that I might add some memory editing features to the IDE view. Trying to cram it in to keyboard shortcuts might not be too helpful. Do you...

I had toyed around with the idea of a console. I'll think about it, but it's a broader topic for sure.

You have to use either Oracle Java 8 or install both OpenJDK and OpenJFX. If you try to run with Java 11 then it fails to start because the geniuses...

Convert makes the most sense. I'll keep this on my radar. Thanks!

We could also consider github packages... https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages

I got the following using WSL2 on Windows 10: ```npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/@adobe/aio-cli/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current:...

I also had the same problem. Is there some kind of conversion to CNF along the way that causes the API to go bonkers? The only working solution I could...