HackerSwifter icon indicating copy to clipboard operation
HackerSwifter copied to clipboard

A Swift Hacker News library

Results 9 HackerSwifter issues
Sort by recently updated
recently updated
newest added

Use it for everything else than front page https://hn.algolia.io/api At the moment we scrape the website, now we should only scrap the home page, and load comments from the API....

https://github.com/Dimillian/HackerSwifter/blob/master/Hacker%20Swifter/Hacker%20Swifter/Models/Post.swift#L185-L220 Put this code (and comment model code) in a background queue so it won't slow down the UI when parsing the HTML page.

enhancement

https://github.com/Dimillian/HackerSwifter/blob/master/Hacker%20Swifter/Hacker%20Swifter/HTTP/Cache.swift#L126 Put that line in a dispatch async in a background queue. At the moment I can't because I get some odd errors with the Swift compiler... Will do in...

enhancement

- [ ] Be able to query the cache date for a ressource - [ ] Automatically remove too old cache (at launch?)

enhancement

I feel like that system creates the same frustration that a lot of people have with the facebook app. Where you'll start to read something and then it's gone and...

For JSON parsing and for NSCoding

enhancement