Felipe Lima

Results 52 issues of Felipe Lima

See discussion on #11 and https://github.com/SourMesen/Mesen/commit/4d96c1333467272bcd4927f59d37144cab92ea87 for an example implementation on Mesen

enhancement

So that we can't accidentally save game A and restore into game B

Related to #3

help wanted

I'm not sure what is going on with TestButler with Lollipop but really weird things happen with our app when it's installed. Most importantly, touch events don't seem to be...

We could move the regex code that extracts parameters from the URI into compile time by baking that into the processor

enhancement

Right now you have to extract deep link parameters from the Intent extras, which is still pretty error prone since there is no compile time validation. We could leverage our...

`URL#getQuery()` may return `null` resulting in an exception inside OkReplay

Open ended versions are dangerous

If an exception is thrown from `resubscriptionTag()`, then RxGroups will throw with `OnErrorNotImplementedException`. We should probably implement `onError` and provide a more meaningful message. Here's the current stacktrace: ``` java.lang.IllegalStateException:...