Michael Koziarski
Michael Koziarski
The tests only really work on 1.9 and above, the 1.8 hash ordering is likely to break things but I'm 2.0 everywhere so don't really ... care... It's been so...
@d the sort will break if they keys contain things other than strings, because the sort happens _before_ the to_s, gets called on them, this is obviously pretty minor and...
Yeah, so there's a test case that fails with the current non-refactored implementation of keys / sorting.
Most of these changes seem great, detached instances is just a _much_ simpler model, and we had some truly weird bugs caused by the uniquing. However I'm curious what the...
I'm neither here nor there on the `should` methods, the only case I call them was to hook the lifecycle event, they all `return YES`. The callbacks for `did` were...
One other thing, your decision to not try and rollback object state on transaction failure is the right one. We do that and it's essentially impossible to do correctly leading...
If people are using cocoapods correctly, they'll be manually opting in to the update. It'll only get bumped if they say `pod update FCModel` and haven't tied themselves to an...
Yeah, we've closed off this repository because we no longer offer any guarantees for 2.3 based apps, it's unsupported. I think that linking to another repository might imply some level...