DoDo
DoDo
[This PR](https://github.com/fastlane/fastlane/pull/21493/files) needs to be ported here.
Hi @sveres, if you are using `VideoRecognizer` directly from your code, you can call [`pauseRecognition`](https://github.com/BlinkID/blinkid-in-browser/blob/master/src/MicroblinkSDK/VideoRecognizer.ts#L460) - this will pause the recognition loop (i.e. new frames won't be processed, even if...
> Please try with ActivityScenarioRule instead of ActivityTestRule like below Still happens even with that for my case, but not on every device. In general, I can reproduce that issue...
Tidal music player app. I created an [issue for that](https://github.com/dexterleng/homerow/issues/52) before seeing this one. Sorry.
Also, Mac screenshot app. The "garbage can" button is not detected, thus not being able to delete the screenshot: This is a screenshot of a screenshot app showing screenshot for...
I would actually expand this feature request with the [ability to build the libc++ on your own](https://github.com/android/ndk/issues/1534). Besides wanting to disable exceptions and RTTI, I would also like to have...
As far as I see, macos executable is Intel-only, not a universal binary supporting both Apple Silicon and Intel Macs. And this means that it won't work on M1 macs...
I'm strongly in favor of this proposal, but I also think that the chosen "use-case" should also affect the visibility of the public headers, as described [in this old issue](https://github.com/conan-io/conan/issues/4038)....
>I am not sure if I follow. This was already approved in https://github.com/conan-io/tribe/blob/main/design/026-requirements_traits.md, and it has been implemented. Now in Conan 2.0 (released alpha), `ccc` package does not have visibility...
Hi @davidedu322! The original source is platform dependent and does not always exist in form of byte array. You can see how SDK creates ImageSource object [on Android](https://github.com/BlinkID/blinkid-xamarin/blob/master/Binding/Forms/BlinkID.Forms/BlinkID.Forms.Android/Recognizers/Utils.cs) and [on...