Tom Benner

Results 25 comments of Tom Benner

It'd be great to support nils at the hstore level. One approach might be to store a value like `'___NULL___'` for nils (there's a small chance that users may be...

I don't have any plans to work on it myself just yet (I'd like to prioritize some other lingering issues first), but if someone else wants to work on it,...

The absence of tests is easily NUI's biggest delinquency, so getting the ball rolling on this would be hugely, hugely appreciated. I haven't done a thorough survey of Obj-C testing...

FBSnapshotTestCase looks promising to me, too. Completely agreed re: keeping a minimal number of dependencies. Since screenshot-based tests are by far the most useful tests for us, perhaps we could...

This is fantastic! Thanks so much, guys!

I had been thinking about this a while back; the issue is that the implementation of a given property varies greatly among different UIKit classes. We could add a lot...

Agreed, this would be a nice addition. The described implementation sounds good to me, but if anyone else has other thoughts on it, definitely let us know. I'm not sure...

These are looking very promising; thanks! I'll need some time to review them more, but out of curiosity, could you very generally describe your complex solution to the exclusions issue?...

Interesting; I'd like to continue thinking about both of these (I agree that there are downsides to the complex solution, but it's an interesting path). Many thanks for spending time...