Nolan O'Brien
Nolan O'Brien
Thanks for the message! PINRemoteImage is an excellent framework with strong implementation, good documentation and is well maintained. TIP doesn't set out to compete with other frameworks that fulfill a...
Totally! Just wanted to clarify why I wouldn't be putting a side by side comparison together. Will use this issue as reference in the future for similar questions. I hope...
So, to be perfectly honest, I was worried about this use case. Before we ever wanted to build TIP, Twitter took the approach of never reusing image URLs. There are...
If you do fork, I can recommend looking at keeping things in line with how we do resumable downloads. If a condition is met that you want to check the...
This also has the annoying side effect that if you `@warning` in the comment of a class declaration and have additional comments on a category for that same class, when...
I want to comment that I have the latest on master as of Feb 14th, 2015 (which includes #501 PR). It exhibits the same issue. Running on Mac OS X...
Sorry for the delayed reply... Yes, I updated the template files. Well, rather, I pulled from master and verified that the templates were updated.
Brotli has been updated to 1.0.9. I do not have time to update ZStandard, but if someone puts up a pull request, I can facilitate. Thanks!
Just to clarify, you want support for ZIP archives that are not files, but either NSData of the entire archive or an NSStream of the entire archive?
Yeah, that's a good request. I think the correct way to support that is to add abstractions for 1) a data source (can provide a file, NSData or stream) and...