Fernando Rodriguez Romero
Results
3
comments of
Fernando Rodriguez Romero
Same thing happening on Fedora 37 with python-only notebooks. Any news on a fix?
What's the time frame for making the generated code Swift 2.0 compliant? If nobody is currently working on this, I'll jump in.
What is the rationale for using an implicitly unwrapped Optional in this init? `init(entity: NSEntityDescription, insertIntoManagedObjectContext context: NSManagedObjectContext!)` Why not use `NSManagedObjectContext`?