Kadeluxe

Results 19 comments of Kadeluxe

Maybe it could be an option such as `scanParents` or something like this. Although personally I'm OK with `additionalModuleDirs` because in my monorepo projects I have project-specific build setups anyway.

This is an old issue in Minecraft / Spigot server. I've experienced maps corruption with such plugins even back in 1.14. No idea why and how to reproduce it reliably...

So what is the workaround for that? I created empty Vue project using `pnpm create vite`, did `cd project && pnpm build` and it indeed makes double requests for all...

It's not a Firefox fault, as I stated in my comment there is a clear reason why this is not working properly.

For future readers: when you refer to class-component name like that: `Foo.name` you refer to the name of the class itself. `name` property here is [Function.name](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name) property, not Vue property....

How does this handle accessing region data structures in parallel??

Just discovered this bug on 1.20 too so it's not 1.21 specific.

> https://github.com/LuminolMC/Luminol/blob/dev/1.21.1/patches/api/0006-Try-fixing-folia-273.patch Might be helpful for this issue No...

What is the state of this? I can't execute `tsc` from `postinstall` script, same error.