Jon Rowe

Results 302 comments of Jon Rowe

> I think that recent versions of rspec-rails aren't running rails initializers on startup - I'd need to confirm that with @jonrowe however. Only if Rails has, `rspec-rails` merely adapts...

If you're using `ActiveJob` you don't need this gem at all with the latest version of RSpec.

I think I have another example of this, dialyzer asked me nicely to open an issue but as I think this is a duplicate I'll add it here: ``` Failed...

Ah! Yeah thats totally non obvious, Github has trained me to look for the hash number to be clickable! It'd be nice if inbox page had the hash number clickable...

``` GenServer terminating (FunctionClauseError): no function clause matching in Absinthe.Phoenix.Channel.handle_in/3 (Most recent call last) File lib/absinthe/phoenix/channel.ex line 41 in Absinthe.Phoenix.Channel.handle_in/3 (absinthe_phoenix) args ``` |  | Absinthe.Phoenix.Channel.handle_in/3 (absinthe_phoenix) arguments | |...

A couple of things need to happen,`phx.digest` needs to not error in an umbrella context if theres no assets folder, a task needs to be able to exist for installing...

Rufo will format HEREDOCs invalidly too, e.g. Turn this valid, and in my opinion, correctly formatted HEREDOC ``` execute (

:wave: What is the intended replacement? The deprecations do not mention what you should swap them out for? (As an aside I found this rather confusing because the warning comes...

When I eventually found the source of the deprecation I did just vendor the logic from `check_pass`, but this was a convient one liner it would be nice if something...