Robin Clowers
Robin Clowers
Hmm, that would explain the mix error, but I'm also seeing errors about plug, which is in our applications list. Any idea why that wouldn't get picked up?
No, I didn't solve it. I am using rails, but I had the same issue with a custom task, so I don't think it's rails specific.
Turns out this is a just a really confusing secondary error. The correct command is `asdf install elixir 1.3.0`. Maybe we should validate the version number? Also it would be...
I ran into this same issue, everything seems to work fine without out this problematic code (including nth child selectors): https://github.com/remix-run/examples/blob/cc3e057e18bda4476434e365c68fa971d8e86cb3/emotion/app/root.tsx#L35-L53 The emotion SSR docs to show anything similar to...
Looks like the issue was that I needed to register my User model as with ExAdmin. Maybe we could add an error to make this case less confusing?
@augnustin I think adding the User module is all I did, sorry I'm not more help...
@smpallen99 great, thanks for getting back to me on this, I'll give it a shot and let you know how it goes.
That didn't quite work as written, the params map fails to compile with "invalid quoted expression". This isn't quite as flexible, but it does the job: ```elixir # web/router.ex defmodule...
I spoke to soon, this solution generates a compiler warning: `warning: this clause cannot match because a previous clause at line 1 always matches web/router.ex:1` Any idea how to debug...
@whitepaperclip that's a good point, it's not exactly the same, but it should work for my purposes. Thanks!