Jan Amann

Results 436 comments of Jan Amann

Interesting, thanks for opening this! Could you check with the Rspack team if they handle all the configuration that the [`next-intl` plugin](https://github.com/amannn/next-intl/blob/main/packages/next-intl/src/plugin/createNextIntlPlugin.tsx) sets? Based on the error you're getting, I...

Ah yep, that's a good catch—thanks for raising this! `await getExtracted()` is heavily cached internally and even the very first invocation typically takes less than 1ms. So there's really no...

Hey again, thanks for the question! This is in fact by design, related to [GDPR compliance](https://next-intl.dev/blog/next-intl-4-0#gdpr-compliance) ([ARTICLE 29 DATA PROTECTION WORKING PARTY](https://ec.europa.eu/justice/article-29/documentation/opinion-recommendation/files/2012/wp194_en.pdf), section 3.6). If this doesn't apply to your...

That snippet looks good to me, yes! I think for the default behavior of `next-intl` we can't really set the cookie by default, due to this: > They are only...

If someone would like to contribute this feature, I'd be happy to review the PR!