Seth Kitchen

Results 5 comments of Seth Kitchen

Functionality has already been implemented for first ~100 cards. Might be useful if we ever get more than 100 cards, but since we haven't been able to get the first...

I've narrowed it down: When I add this prototype it is causing it to fail: ``` Array.prototype.removeAt = function (iIndex){ var vItem = this[iIndex]; if (vItem) { this.splice(iIndex, 1); }...

Is this Ape-X? That's the other cutting edge right now right?

https://www.google.com/url?sa=t&source=web&rct=j&url=https://openreview.net/pdf%3Fid%3DH1Dy---0Z&ved=2ahUKEwiNkYvJsYveAhUM4YMKHbC6BZMQFjAAegQIBhAB&usg=AOvVaw3f2N945YY0ny8LB4kMpqQL

I changed a couple things to get mine to work -- 1) set minSdkVersion to 21 in build.gradle 2) targetSdkVersion 28 3) Add ```xml ``` to debug AND main Android.manifest.xml...