Sam Stewart

Results 7 comments of Sam Stewart

Excellent point, I guess I assumed a sort of "stack based" call where every start call is matched with a finish call. However, there is a good chance a developer...

Alright, I added the array as you suggested. I cleaned up the example file a bit.

After looking over diff a bit closer I noticed some company code. Let me isolate the fix first.

OK, removed the proprietary naming scheme so should be all ready to go. We included some other small fixes for code clarity, etc.

Re-added "lowercaseString" code in most recent commit

The recent commit fixes an error as described below: --- The removal of the NSCachedURLResponse category means that NSKeyedArchiver will throw an EXC_BAD_ACCESS when attempting to load NSCachedURLResponse data. This...

@dqueffeulouatw excellent suggestion which happens to be exactly the way we solved the issue here at Playhaven. We have a pull request pending: https://github.com/rs/SDURLCache/pull/29 ...but please feel free to use...