jostster
jostster
The NSManagedContext.save() throws an NSException which causes a crash during `flush()` if a users device is full. ```2 CoreData 0x1ab578854 -[NSPersistentStoreCoordinator _coordinator_you_never_successfully_opened_the_database_disk_full:] + 56 (NSPersistentStoreCoordinator.m:2887) 3 CoreData 0x1ab5788f4 -[NSPersistentStoreCoordinator _introspectLastErrorAndThrow]...
Am I not understanding this module correctly or does it require either Anonymous AD browsing or you have to have an admin account in order for you to login? Wouldn't...
I see there was other issues similar to this but this one returned a 5. I also tried what posted in the other tasks but I feel they were prematurely...
Get a crash in both the demo and my project when using the arc refactored version CGContextSetFillColorWithColor(context, self.onTintColor.CGColor); Line 54 in DCRoundSwitchToggleLayer.m Bad access error.
There should be 'does not contain' or 'does not have' option in the filters. I have a :through relationship and want to be able to filter results based on entries...
_Platform:_ - [ ] iOS - [ ] tvOS - [ ] MacOS - [x ] watchOS _Swift:_ - [x 5.1] Yes -> If yes, which version? - [ ]...
It would be nice if Pulse supported cloud logging. The ability to upload logs to a cloud stack so that developers can do a search by userId to help troubleshoot...
This PR adds the ability to override the identitytoolkit auth api and securetoken auth api so that organizations can place a proxy behind a firewall for control against attackers. https://github.com/firebase/firebase-ios-sdk/issues/11858....
### Description iOS users randomly receive ErrorCode 17999 ``` Error Domain=FIRAuthErrorDomain Code=17999 \"An internal error has occurred, print and inspect the error details for more information.\" UserInfo={FIRAuthErrorUserInfoNameKey=ERROR_INTERNAL_ERROR, NSLocalizedDescription=An internal error...
Shouldn't the `state` for `SwipeState` update when a cell is swiped? It looks like the code is just comparing the tag's with the `id` so if we add logic to...