Xavier Stouder
Xavier Stouder
Please don't stale :c
Yeah I guessed that Adonis v6 is your main focus right now, I was just trying to make the bot understand that is should stay alive
Any tip about how to avoid this test failing tho? I still get it running tests on Ubuntu Jammy.
Up !

There is alternative CDNs, for example: https://unpkg.com/browse/[email protected]/ The problem right now is that it doesn't ship the icons and MaxCDN is basically hardcoded: 
I'm gonna make a PR. The images doesn't need to be on the same CDN. If https://unpkg.com/browse/[email protected]/ uses cloudflare url.
Yosh, First things first: sorry for the annoyance and ten thousands thanks to ex-employees for the fast reaction. For me Twemoji is part of the internet furniture and I definitely...
Hey ! Yes I can confirme CSR works, the website renders perfectly if I set `ssr.enabled` to `false` in the `config/inertia.ts` file. I know that Adonis still uses CJS, but...
Ok I found a workaround. Webpack is trying to deduct a `publicPath` and do it using the `import.meta` (which we want to avoid). So, forcing a `publicPath` in the `webpack.ssr.config.js`...