Xavier Stouder

Results 66 comments of 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.

![sweating-nervous](https://user-images.githubusercontent.com/2575182/211350030-249c6b1f-a347-4ade-bd40-1ed83629f09f.gif)

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: ![loFIfOJU06](https://user-images.githubusercontent.com/2575182/211352337-4f38a2d2-f977-4aca-9569-dd192763240f.png)

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`...