Robert Fletcher

Results 66 issues of Robert Fletcher

When I visit [this feed](http://feeds.nightvalepresents.com/welcometonightvalepodcast) in FeedBurner it has a link to download the mp3, but for some reason it doesn't show up in Stringer. It looks like all the...

Somewhat of a followup to #439, but I have a couple of feeds that don't work well (or at all): * The results from [this feed](http://feeds.feedburner.com/pod-save-america) don't actually link anywhere....

## Is your feature request related to a problem? Please describe. Our cops in `.rubocop_todo.yml` file have a tendency to just sit there forever. Even though we'd like to fix...

feature request

I'm trying to install this gem in our Github Action using the `windows-latest` OS. Unfortunately, I'm getting the error below. I've seen it succeed in some cases, though, so it...

I'm using Timecop to freeze time, but every few test runs the expectations are off by a single second: ``` ruby it 'updates archived_at with the current time' do time...

Just upgraded and came across the new `StubbedMock` rule. I'd love to have a configuration that inverts the rule and prefers `expect` over `allow`. The reason for this is that...

I don't know if this is the sort of thing that would result in a lot of false positives, but I like conditions in a spec description to use consistent...

cop

`rake-compiler-dev-box` is [no longer supported](https://github.com/tjschuck/rake-compiler-dev-box#rake-compiler-dev-box) and they recommend switching to [`rake-compiler-dock`](https://github.com/rake-compiler/rake-compiler-dock). In addition to providing a dev environment, this provides a cross-compile environment we might be able to use if...

I'm wondering if it would be worth moving to a model where we package ImageMagick with RMagick. ### Benefits * Users don't need to have a valid installation of ImageMagick...

In order to [make sure we're compatible with `GC.compact`](https://alanwu.space/post/check-compaction/), it looks like we might want to run our tests with this: ```rb GC.verify_compaction_references(double_heap: true, toward: :empty) ```