Paulo Cesar
Paulo Cesar
I have an uriRepresentation of an NSManagedObject saved somewhere in my app, and I want to fetch that object using CoreStore. Problem is, `NSPersistentStoreCoordinator().managedObjectID(forURIRepresentation: url)` always returns nil for me....
Are there any plans for supporting Carthage? I don't really want to add Pods to my project, and the Swift Package Manager option is currently failing with: ``` ~...
### Description On Xcode, I can change the TimeZone of the simulator by going to "Edit Scheme -> Run configuration -> Arguments Tab -> Add Environment Variables" and add TZ...
### Description of the bug When running `dart run build_runner build --delete-conflicting-outputs -v`, it fails with a [SEVERE] message, but no error message: ``` dart run build_runner build --delete-conflicting-outputs -v...
##### Description Dart 2.13 added null-safety to the language, and swagger-codegen generator is not compatible with it, generating a code that won't compile. Reference: https://dart.dev/null-safety ##### Swagger-codegen version 3.0.30 #####...
### Summary After https://github.com/react-native-maps/react-native-maps/pull/5061 got merged, this crash started appearing when using `mapRef.current?.getCamera()`: ``` E Exception thrown when executing UIFrameGuarded java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1029) at java.util.ArrayList$Itr.next(ArrayList.java:982) ``` ### Reproducible sample code...
I'm converting my old RCT_EXTERN_MODULE into Nitro, and almost everything have been wonderful. But I reached a blocker that I just cannot bypass. In my old module, I had a...