Michael Crumm

Results 45 comments of Michael Crumm

This is almost positively form recovery, though I usually see it with `"_target" => ["_csrf_token"]`. Since we don't have a change event to crib from, [form recovery always target the...

question: Would it make sense to send the referrer in `connect_params`? I ask because historically params have been for path params, query params, and body params. Given that we send...

Good point! Any concerns about clobbering user-land params? Maybe we call it `__referrer` or something to attempt to avoid collisions?

@Devon-Olivier Thanks for the detailed report! We can definitely improve this error message, and a PR would be greatly appreciated :) > Where should such a test be placed? I...

Hi @carflynn2009! I think this was fixed in #1538 – released in 0.15.4. Can you try updating your point release and see if that fixes it?

Hi @mogest – I think this issue is a duplicate of #1620. Are you consuming the entry in the progress callback?

@leandrocp You are correct– the toolbar cannot render the error for its own request because the `Phoenix.Endpoint.RenderErrors` module takes over sending the response. To account for this, the private `late_collect/3`...

@leandrocp Thanks for testing it out! Yes, things seem to work fine but the Heisenbugs are forcing me to question some earlier decisions. I just had a nice chat with...