Daniil R.
Daniil R.
There's a new 2.4.2 release at https://github.com/Adyen/adyen-3ds2-ios which should fix the issue, but this repository depends on version 2.4.1, so we can't update yet. Could we get a new release...
@ws233, thank you for your reply. Your advice did help, but the usage now looks like: Before recognition - 10 MB During recognition - 97 MB After recognition - 49...
@ws233, sorry for the delay. I created a repository with sample code: https://github.com/icecoffin/TesseractTest-ObjC. The settings I use to configure the tesseract object are close to those I use in my...
@ws233, I know that iOS does caching when using imageNamed:. I actually don't use this method in my project, the image comes from camera (I probably should've pointed it out)....
We experience the same issue. Ended up making a fork and replacing `GMSEmpty.m` with `GMSEmpty.swift` and removing the GoogleMaps import (so the files are completely empty).
@wangela I haven't tested it yet (because it would take a lot of time to test all of this and then revert it back), but I'm not sure how using...
We're experiencing the same issue, with almost a 2x increase in runtime. This is actually similar to what we had back then when we were using standard runners, so I...