Marek Vospel
Marek Vospel
Same issue, when not using @intlify/vite-plugin-vue-i18n/messages `You are running the esm-bundler build of vue-i18n. It is recommended to configure your bundler to explicitly replace feature flag globals with boolean literals...
I seem to still run into this issue, but with slightly different behavior. Even though I (on dendrite 0.12.0+74dc546) have 3 cross-signed sessions (I can see all of them verified)...
> This error is not raised by npm nor yarn. Why would pnpm complain loudly about this when the other two package managers don't? I wonder whether this is an...
> > As I mentioned before though, what is the point of making node-fetch a peer dependency if only one version is allowed? Why isn't node-fetch a direct dependency, or...
What needs to be discusseed is the inclusion of the catch all route `[...id]`, as sveltekit solves those with layouts and error pages. In my opinion catch all routes should...
Today I've realised it's possible to add `+layout` by transfoming parent's rawRoute inside the parent check. The only problem there is right now is `+layout` in pages root ``` src/pages...