Colin Mitchell
Colin Mitchell
Hi! First off, thanks for this library, I find it very useful in a project I manage. I wanted to clean up the dependencies for my project a bit, so...
I wrote some code to apply cut-up techniques and ran a bunch of buzzfeed articles through it. The results are pretty messy, but I enjoyed it, and I can imagine...
This adds an environment variable to specify sidekiq's concurrency, which makes it a little easier to run more jobs on the fly without changing files/code.
The format of IP addresses for the Mastodon API [changed ](https://github.com/mastodon/mastodon/pull/16409) in v3.5 from a string, to an object with a few attributes, including an 'ip' attribute. This handles the...
I added a feed from https://buildkite.com/blog today, it should have found https://buildkite.com/blog.atom but it returned /blog.atom instead
I think some of the timeout issues are happening because of a backlog of failed messages
It looks like we can get it from [feed_rs](https://github.com/feed-rs/feed-rs/blob/f22422fdff3383216ec1edca74ee723f7d60a45b/feed-rs/src/parser/rss2/mod.rs#L237) so then it's just a matter of storing it and displaying it
Figure out why!