Mehdi Achour
Mehdi Achour
@terabytesoftw how did you configure the Captcha ?
CI seems to have a little problem
@brookslybrand You were right, it's the `.eslintrc.cjs` file presence that makes the CI fail. It's the same one that gets installed by the template, ie, https://github.com/remix-run/remix/blob/main/templates/remix/.eslintrc.cjs
While I love and use remix-auth, I think it's a good thing to have a custom authentication here, so that developers can follow through and understand how a basic cookie-based...
The builder sounds like an overkill to me. And a developer can already produce his own helpers, tailored for his needs easily anyway. I really love the original proposal of...
Hey @TheRealFlyingCoder 👋🏼 Almost all remix README / docs use `npm`.. I'm not sure we should start showing how to use yarn, pnpm, and other pms.. wdyt ?
The behaviour you are seeing is the expected one. Perhaps a note should be added to the docs explaining that everything will be always nested under root. The trick is...
Also updated UnoCSS's remix example: https://github.com/unocss/unocss/pull/3850
@imaitland This is a decision made with Brooks over discord, without being aware of the issue you're posting. Thank you for bringing it to our attention 🙏🏼 The idea was...
It seems to me like your model is not extending the right subclass. Can you show us the model code ?