John Brayton
John Brayton
This is an extractor for arstechnica.com. A few notes: - I removed the `contentOnly: true` option from `extractorOpts` in `collect-all-pages.js` because it resulted in `next_page_url` always being null on the...
Add a custom extractor for [www.engadget.com](https://www.engadget.com/). Engadget articles have dates, but I was unable to find one in a format I could parse. There are strings like "2h ago" and...
The following actions via the NewsBlur API cause folders to be deleted and cause subscriptions to disappear from the NewsBlur web interface. 1. Create two folders: ``` curl -H "Authorization:...
There is no good way to programmatically determine that a JSON Feed is simply a JSON Feed version of a specific RSS Feed. This is particularly problematic when a site...
To reproduce the issue: 1. Run the app. 2. Enable VoiceOver. 3. Select the search field and type “b”. 4. Press the down arrow. Expected results: I expect the first...
Something changed between Xcode 26 Beta 4 and Xcode 26 Beta 5 that affected building cross-platform `.xcframework` bundles using Carthage. I was seeing the issue with dependencies where a single...