Dave Corson-Knowles

Results 56 comments of Dave Corson-Knowles

Yes, `reverse_each.detect` and `reverse_each.any?` are going to be more performant than `select.last` or `reverse.detect`. This is even documented in another benchmark on the same page. But reference material by definition...

Recommending we may want to move to the "most official" Ruby images. Looks like we picked up `slim` from the Rails default dockerfile. Here's what Dockerhub has to say about...

As a contributor, I'm conscious of wanting to submit something that will have low overhead and maintenance burden while getting the job done. Changing the file from `CHANGELOG.md` to `CHANGELOG`...

> cat relnotes/CHANGELOG* Thanks @jasonkarns -- my terminal window length isn't long enough for me to look at the results when I reproduce this. If we reverse the version range...

I'd be perfectly happy for this proposal to be replaced by a new release. Thanks for thinking of a more fundamental solution.

I wonder if we could amend this rule to ignore typed files here? For handling signatures more elegantly and re-enabling this for typed files, perhaps a monkey-patched version in: *...

@pirj @bquorning Does this look like the right approach to you as outlined in the comments here? * https://github.com/rubocop/rubocop-rspec/pull/1957 @lucthev also tagging you as a courtesy since you identified the...

I rebased and prepped this so it can be ready for the Monthly release

Thanks @bquorning -- what about the `EnforcedStyle` parameter no longer being needed, regardless of value?