Mike Abdullah

Results 10 issues of Mike Abdullah

Since they're just tiny wrappers around `NSCoding` and friends, they have little purpose (we can use `NSKeyedArchiver` directly). I don't believe any other collection class in Cocoa has such an...

We've recently turned this on in a project, and wish to suppress JSONKit from warning about this.

We've forked IFUnicodeURL to make some adjustments, but did so atop @cloudapp's existing changes. I'd like to get it all merged back in, but to keep things simple, here's a...

Does this code have any thread-safety limitations?

If Apple adds their own `-initWithUnicodeString:` etc. methods one day, they'll conflict with those supplied by IFUnicodeURL.

Currently strings like this: http://example.com/path#fragment#test result in `nil`. Apple's developer docs have a nasty tendency to produce URLs like it. Maybe this is outside of IFUnicodeURL's remit, but it would...