Mehdi Achour

Results 282 comments of Mehdi Achour

@tmcw Tested this on the last remix version, seems to be working fine, and I'm being redirected to `/ಠ` Is this fixed for you as well ?

@j-palindrome I'm wondering if you're encountering the same problem with the vite compiler. Did you switch to it at some point?

Ok. I'm going to close this issue for now to tidy up the repo. If you ever stumble on this again, please open a new one 🙏

Hey @steevehook, thank you for filling this issue. Could you help us by providing a simple repository reproducing the problem you're encountering? 🙏🏼

Hi @pythonicode, could you add yourself to the contributors.md file, as instructed in the remix-cla-bot comment ? This will allow us to merge your fix. Thanks !

@JoshStwrt I've experienced the same issue, and was able to fix it by changing from a `?url` import to a side effect (import "~/app.css"). In this case Remix handle all...

Running a diff on both generated files (after reformatting with prettier), shows the following diffs: ```diff .bg-gray-500\/20 { - background-color: #6b728033; + background-color: rgba(107, 114, 128, 0.2); } .bg-green-50 {...

Found the culprit, I'm using `@vitejs/plugin-legacy` to support older devices. As soon as I remove it from vite, the problem goes away: ```diff diff --git a/www/front/vite.config.js b/www/front/vite.config.js index 71de5e117..47f56c9ba 100644...

Reproduce case on the latest remix version: https://github.com/machour/remix-issue-9451

Currently, it seems that the following have already been implemented: * Randomize the captcha length: in VerifyCodeGeneratorTrait, the length is randomized. * Randomize the character size: Both GD and Imagick...