Joe Meeks

Results 4 comments of Joe Meeks

The load state graphic glitch is not an issue with the web UI project but rather the nes.fromJSON method itself. I fixed it in that repo: https://github.com/bfirsh/jsnes/pull/397

@NickFaulkner101 I published a TypeScript compatible version of this library. In short, the MarvinImage class had no constructor but this version does: https://www.npmjs.com/package/@rarebearsoft/marvinj tl;dr from readme: 1. run `npm i...

@SilasNiewierra @gabrielarchanjo I published a TypeScript compatible version of this library. In short, the MarvinImage class had no constructor but this version does: https://www.npmjs.com/package/@rarebearsoft/marvinj tl;dr from readme: 1. run `npm...

I have a fix for this in app.component.ts: 1. import App, Platform, and Keyboard ``` import { App, Platform } from 'ionic-angular'; import { Keyboard } from '@ionic-native/keyboard'; ``` 2....