Eric Lewis

Results 74 comments of Eric Lewis

also, could i possibly train myself with my own card images?

Sadly, no. We ended up moving on to a different style of detection for what we needed. Sent from my iPhone > On Mar 14, 2017, at 1:29 PM, Ace...

> Typescript +1 > Swift -1. Well have to maintain Swift ObjC bindings. We could probably use Sourcery for this, but that’s even more added complexity. Depending on version targeted,...

Just to clarify on option one: it’s “automatically” typed in the sense that because you need to use types if you are using typescript (hence strict mode) then you’ll be...

> I'm also no expert in express-graphql but I think the key is in adding context using the the `customExecuteFn`: > > ```ts > const gqlServer = graphqlHTTP({ > schema,...

removing this helped for sure. its grabbing too many contacts all at once to be realistic. `+ (void)initializeAddressBook { [[ZLAddressBook sharedInstance] loadContacts:nil]; }`

Didn't really notice a performance hit either when we removed it. So I certainly recommend. I'll also do a pull request against that FW so you don't have to mess...

More information? Game being played? Version of Delta?

@BSBussell I am looking into this now.

I agree here and am going to look into it.