Andrea Cremaschi
Andrea Cremaschi
maybe this could be esaily enhanced to handle `CAAnimationGroup`s containing only `CABasicAnimation`s
I should have mentioned the fact that my example project works on OSX (not iOS), and the fetches on Parse are driven by Cocoa bindings (through `NSController`s subclasses). At first...
Well it often happens that I am handed a folder full of images to integrate in my Xcode project. Creating the Bladefile by hand would be a pain. Being able...
hi, thank you for the heads up. As I understand it your changes has to do with wkt strings allocated and never destroyed: ok, it makes sense. More broadly speaking,...
Yeah, it would be great. I use cocoapods too, but I don't have any experience with pod creation. Furthermore, since ShapeKit relies on GEOS frameworks, it would be to investigate...
Woha! This is the fastest issue resolution ever :) As I understand it you are completely refactoring `MMRecord` moving all the state in `MMRecordRequest`, am I right? I definitely love...
Hi! No need for apologies at all. This PR came together with this discussion:https://github.com/mutualmobile/MMRecord/issues/96 The scenario is this one: I set some validation rules in CoreData (i.e. a property can't...
Well, I think that there are two different issues to cover here: when there are Coredata saving issues I would expect the failure block to be invoked with the core...
As a user I can see two possible uses for validation: in the simple one, I want to let in my local data only records that conform to my validation...