Florian

Results 46 comments of Florian

> I've pushed a regression test - it doesn't look like this is enough on its own to resolve. do you have any ideas? 🙏 Interesting, and super weird.. I...

No longer needed. It was an upstream bug (https://github.com/unjs/unimport/pull/486)

Try to delete .nuxt folder, let Nuxt recreate it while dev is running. It can be a cache problem. This is 100% a typescript issue. I have no idea what...

I will try it again. This bug is will lose the fight :-)

Are you using vs code? Please restart ts server STRG+SHIFT+P > Typescript: Restart TS Server. Is it working then?

Ok.. bad news. `const enum` is special. Those was build for high performance and goes inline in build process.. `preserveConstEnums` is a typescript option to prevent this. I guess in...

Exactly right! When imported in ``, typescript inlines the `const enum` there, and those inlined values become available to the template. Without explicit import, the template compiler just sees an...

A `499` isn’t a Nuxt bug—it’s a proxy/NGINX code for “client closed request.” Google can still index the page because it typically retries later (or receives a cached copy from...

Maybe, yes. I spoke with Daniel how to implement it. If he like your idea @lihbr I'll make it!

Aye aye, sir! Add button, `localStorage` - check. But I would let `prefers-reduced-motion` also included. But I will remove the experimental settings stuff.