Josh Bleecher Snyder
Josh Bleecher Snyder
Glad you like it. :) If someone wants that just functionality without the rest of card.io (and its concomitant impact on binary size), they're probably better off just borrowing the...
The right way to make decisions like this is with lots of data. I no longer have access to my test data sets, so I can't say anything definitely. And...
@vendeesh if you want to scan non-credit-cards with card.io, you can't right now. It's just for credit cards. Adding support for other kinds of cards is non-trivial. card.io will, however,...
@biksappdev did you try finding the place in the code where the focus score is calculated and used? That'd be a natural place to start experimenting.
Yes, that is possible, although I don't think it will be a good user experience. It's definitely not something we will add to the main repo. To be perfectly honest,...
Do you plan to change the constants? I'm torn. Although they are much friendly to someone new to the code, I have to admit that I find 270 and 428...
What happens when you try to submit it to the App Store? Please file an issue describing goes wrong. It seems likely that there is a more direct, targeted fix...
I very much doubt that Clang's codegen has improved to the point that it will outpace our hand-tuned implementations. Automatic vectorization is very hard, and many of our uses are...
@dgoldman-ebay to measure the perf impact of a change, things to try include: - Create a benchmark. We don't have any but it would be nice to fix that. I...
I'm definitely in favor of supporting the iPhone 6/6+. Thanks for doing that. The `cardImage` feature is much less commonly used. I think I'm with @dgoldman-ebay on this one: I'd...