Alexey Naumov
Alexey Naumov
I'm trying to create my own template and want to name files based on the module name, for example `MyModulePresenter.swift` The key portion of my *.rambaspec file looks like this:...
I'm constantly getting hit by this error: > Xcode.xip can’t be expanded because the current volume doesn’t have enough free space.  I DO have x2 - x5 times...
This adds an observable property inspired by [Property](https://github.com/ReactiveCocoa/ReactiveSwift/blob/master/Sources/Property.swift) from ReactiveSwift, and [BehaviorSubject](https://github.com/ReactiveX/RxSwift/blob/6b2a406b928cc7970874dcaed0ab18e7265e41ef/RxSwift/Subjects/BehaviorSubject.swift) from RxSwift. This implementation of the observable property has an advantage over analogs from RxSwift and ReactiveSwift because...
## Summary Stripe identity verification is crashing for some of our users. ```swift EXC_BREAKPOINT ImageScanningConcurrencyManager.__deallocating_deinit BUG IN CLIENT OF LIBDISPATCH: Semaphore object deallocated while in use ``` Stack trace: ```swift...
## Summary The identity verification flow is crashing for some users, here is the stack: ``` Crashed: com.stripe.camera-session 0 libobjc.A.dylib 0x307c objc_retain_x8 + 16 1 AVFCapture 0x5eef4 -[AVCaptureVideoDataOutput videoSettings] +...
## Summary Stripe identity verification SDK crashes for iPads with the following message: > NSGenericException · Your application has presented a UIAlertController () of style UIAlertControllerStyleActionSheet from StripeIdentity.IdentityFlowNavigationController (). The...
### Description We've recently started getting random crashes with the following stack: ``` Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x2224 cache_getImp + 132 1 libobjc.A.dylib 0x1057c cache_t::shouldFlush(objc_selector*, void (*)()) const + 64...
### Problem The issue was first reported over 6 years ago on [stack overflow](https://stackoverflow.com/questions/48099061/realm-query-with-in-operator-slow), but is still actual for latest realm versions. When you use the predicate `key IN %@`...
## Summary This is a fresh crash in Stripe Identity SDK. ## Code to reproduce N/A ## iOS version iOS 17 ## Installation method SPM ## SDK version 23.29.1 ##...
**Requirements** - [x] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/v9/CONTRIBUTING.md#submitting-pull-requests) - [x] I have validated my...