Joshua Krall

Results 9 comments of Joshua Krall

Yep, sorry guys. I'll try to push a new one out by end-of-week. (I'm swamped today and travelling all day tomorrow). Maybe one of the other collaborators will have time...

I haven't been using this in production in quite a while (though many other people are, I believe)... can anyone chime in on the stability of the current master? Happy...

FYI — just ran into this on 0.3.19... I was able to work around it by providing more-detailed parameters to the `@JoinTable` decorator, eg: ``` @ManyToMany("User", (u: User) => u._messages)...

+1 just ran into this myself... this looks like a good change.

Actually, this code is throwing the following error for me now... any ideas why? (sorry, I'm a CoreData newbie, so still figuring out whats going on here) ``` *** Terminating...

Actually I think this is my own fault... I have some code in my DataManager that is removing the persistence store on logout (not sure why, I cargo-culted it)... and...

Hah... so turns out I cargo-culted it from here: https://github.com/mutualmobile/MMRecord/blob/master/Examples/MMRecordPerformance/MMRecordAppDotNet/MMDataManager.m Any idea if this code is good? (at the very least, it seems like the singleton pattern I've seen elsewhere...

What is required to get this merged? I'm willing to help... but it seems like it might have just gotten stalled. Is it just waiting on a review from @frenck?