Richard Schneeman

Results 473 comments of Richard Schneeman

Updated after discussion from the working group meeting.

I've responded to all comment threads and acted on all requests for changes. LMK if any other clarifications are needed.

Looks like capybara is still failing. I did a rough skim and made a few suggestions. I see a lot of changes to the tests to get them to pass,...

> and where that method (#assert_warning_for_hooks_defined_in_single_mode) is used. Great, thanks for enumerating that! I'm aiming to get v7 out before RailsWorld, if we're blocked here on an external PR, then...

Agreed with Greg, it's easier to review new, smaller commits once a chunk has already been reviewed. It's okay to rebase against master/main and force push still. In other news:...

I just swapped the default branch name from `master` to `main`, you don't need to do anything for this PR. You'll need to update your local environment accordingly: ``` $...

Thats an interesting idea. Can you link me to a playground link or post a raw rust example you're using? That snippet cannot compile as `serde::de::IgnoredAny` is not `Eq`: ```...

First off, I didn't know you could do this, and love the idea. I've been wondering how to write a custom linter rule for this exact same purpose, and disallowing...

I applied this to my repo and specified replacements for most. Commit is here: https://github.com/heroku/docker-heroku-ruby-builder/pull/92. ```toml disallowed-methods = [ # Use fs_errr functions, so the filename is available in the...

Do we have a list of functions that produce a `std::io::Error` that operate on the filesystem that don't have an fs-err wrapper?