Evghenii Nicolaev

Results 4 comments of Evghenii Nicolaev

Hi @ashfurrow, Agree with you, this library is a bit obsolete and unmaintained at the moment. I would like to contribute to it. Please check my thin wrapper around CoreData...

Thanks @ashfurrow ! Glad to be on board 😎 I'll update PRs following community guidelines.

@freak4pc agree, it looks quite large. But mainly it's addition of `ManagedObjectContextNotificationObserver`. I've moved few things around, like `NSManagedObjectContext+Persistable` 😬, which adds extra changes.

It converts an int into an array of 0's and one 1, so number "2" will be converted to [0,0,1,0,0,0,0,0,0,0]. The final prediction is of same type an array of...