Ben Kurtovic
Ben Kurtovic
Also, a bunch of ruby processes were left around running after the indexer moved on to the next repo. Not sure what was going on there. I eventually started to...
You're right—I didn't think about emulator compatibility. In the future I was hoping to use one save file to store both cart RAM and system RAM when save states are...
Yeah, that's good, but not cross-platform. I can do something different on other systems, but we're opening a can of worms here: currently crater is content being a CLI-run program...
Yeah, disassembler's kinda useless at the moment and shouldn't be expected to do anything interesting yet. Telling the difference between code and data is really the "hard" problem here. I...
Please make a new release with all the changes that were not caught in the January 4th 2024 release.
I'll make a release this week.
Please make a new release with all the changes that were not caught in the January 4th 2024 release.
This is done.
Much delayed, but 0.7.2 has proper built-in typing for `filter_` methods now.
Thanks for reporting the issue – I'm guessing it must be something in [GitPython](gitpython-developers/GitPython) since we rely on that for all of our interactions with git, but will try to...
https://docs.python.org/3/howto/free-threading-extensions.html Will need to test obviously, but I think things should mostly just work if we enable it.