bkowalk

Results 6 comments of bkowalk

Wow, just catching up - thanks for running with this, @frerich! Confirmed that I'm able to see the issue on that tarball as well--amazing work reproducing! Compiling on an M2...

I think I've trimmed down the necessary schemas for the error in your example, @frerich. Looks like we're failing just with this attached set. It doesn't seem like any more...

Noticed one more interesting thing - if I go into `association.ex` in Ecto and add `IO.inspect(queryable.__info__)` in our problem location (line 785 in my current clone from master), I get...

In our codebase, btw, I'll add that our most common error is `card` saying its associated `family` isn't an Ecto Schema. Between those two, though, we don't see any module...

Same here. I see the issue after 5-10 recompiles on 1.15.4, but haven't seen it after 50 on 1.16.0-dev. Thanks for the fix, @josevalim! And thanks for finding a way...

We're currently using this pattern (render an auth splash screen instead of the nav container if auth is needed) and are seeing redirects happen as expected when the nav container...