Brian King
Brian King
Can you try out #91 @benjaminsnorris ? I think that will fix the operators, and you found a fun bug in the optional dictionary extraction which should force a new...
Great catch @benjaminsnorris -- That was actually a bug, if you update that other branch it should work. I blame the cold.
I've logged a bug with clang-format for this: https://llvm.org/bugs/show_bug.cgi?id=23315
Hey @Morrowind1983 -- if you update your system clang format, this issue should be resolved.
This may be the result of a clang format bug: https://llvm.org/bugs/show_bug.cgi?id=23317 If your issue is different, send me your .clang-format and code snippet and I'll see what I can do
I logged a bug for this issue: https://llvm.org/bugs/show_bug.cgi?id=23319
Just realized that the inFullScreen is needed for rotation events. Will get that back in in a few.
FYI the closeTransform doesn't animate. I'm looking to fix that today-ish.
I would think that works. I'm not using this code any more myself, so I'm not sure I'll be much help.
I think the problem is that you can't just call `self.init()` on an `NSManagedObject` subclass, you have to call `NSEntityDescription.insertNewObjectForEntityForName("MyMO", inManagedObjectContext:context)`. Passing in the initial `context` is the ugly part....