Andy Chase

Results 13 issues of Andy Chase

A couple people suggested the ui could be improved: * Mobile ui non existant * A lot of buttons now * Need a remapping design * Possibly prepare a homebrew...

help wanted

This should work ``` function save() { let gba = this.gba; gba.pause(); window.localforage.setItem("state", Serializer.serialize(gba.freeze()), function (err) { gba.runStable(); }) } function load() { let gba = this.gba; window.localforage.getItem("state", function (err,...

enhancement
help wanted
good first issue

The emulator has a cool visual debugging system however right now I don't think it works

bug

Rom-based https://github.com/jsmolka/gba-suite More comprehensive but might be harder to integrate: https://github.com/mgba-emu/suite For just now set the baseline for regressions, however it would be nice if this set the framework for...

enhancement

Not sure if the project has been profiled but that might be a good project to look into

enhancement

enhancement

- Possible add more examples - Highlight the features in a clear way - Emphasize use case as extracting structured information from natural languages

enhancement

Would this cause any problems?

enhancement