Alex Babrykovich

Results 40 issues of Alex Babrykovich

Looks like no third-party libraries need, ~this can be achieved by a single config https://developer.android.com/training/articles/security-config#CertificatePinning~ Upd. We need to be able to update certs: https://github.com/wultra/ssl-pinning-android allow dynamic SSL pinning

enhancement

Related: https://github.com/hCaptcha/HCaptcha-ios-sdk/issues/134

Android behavior has several advances that iOS SDK still does not have - `markUsed` for a token that will prevent expired errors from being fired - Remove `webView` automatically once...

Blocked by: - https://github.com/wultra/ssl-pinning-ios/issues/23 - [ ] publicKey need to be updated - [ ] PowerAuthCore install failure

### Intro In our project, we use a lot of XML pieces in the ruby code (test spec) like this https://github.com/metanorma/metanorma-iso/tree/master/spec/isodoc ### Problem Intent XML menu is disabled for any...

To avoid link error ``` /Users/camobap/.conan/data/opencv/4.3.0/conan/stable/build/97969ad04b29c8c414a0da216a9e4c302969bc90/source_subfolder/modules/videoio/src/cap_android_mediandk.cpp:180: error: undefined reference to 'AMediaExtractor_new' /Users/camobap/.conan/data/opencv/4.3.0/conan/stable/build/97969ad04b29c8c414a0da216a9e4c302969bc90/source_subfolder/modules/videoio/src/cap_android_mediandk.cpp:184: error: undefined reference to 'AMediaExtractor_setDataSourceFd' /Users/camobap/.conan/data/opencv/4.3.0/conan/stable/build/97969ad04b29c8c414a0da216a9e4c302969bc90/source_subfolder/modules/videoio/src/cap_android_mediandk.cpp:191: error: undefined reference to 'AMediaExtractor_getTrackCount' /Users/camobap/.conan/data/opencv/4.3.0/conan/stable/build/97969ad04b29c8c414a0da216a9e4c302969bc90/source_subfolder/modules/videoio/src/cap_android_mediandk.cpp:195: error: undefined reference to 'AMediaExtractor_getTrackFormat' /Users/camobap/.conan/data/opencv/4.3.0/conan/stable/build/97969ad04b29c8c414a0da216a9e4c302969bc90/source_subfolder/modules/videoio/src/cap_android_mediandk.cpp:199:...

react-native hCaptcha SDK has missing features that are presented in iOS/Android SDKs - [x] `orientation` (portrait, landscape) https://github.com/hCaptcha/react-native-hcaptcha/pull/63 - [x] `retryPredicate` that allows retry hCaptcha on some errors - [...