Jonas Kuske
Jonas Kuske
Same issue. When using the flat config with `angular-eslint@18`, I had to: 1. Add the packages that are required directly from the workspace as dependencies: ``` yarn add --dev @eslint/js...
Again cautiously noting that Vite does already use `sec-fetch-dest` (https://github.com/vitejs/vite/pull/9981#issuecomment-1239408387) – so at least in that case, an improvement that is non-breaking and works in every browser besides one was...
Yep, followed those developments! Creating node_modules just for `.cache`, `.vite` etc is annoying indeed, should've probably been somewhere in `.yarn/tmp` or so, not to annoy users. Anyway, guess I'll have...
> Does this mean that WSL2's /dev doesn't have a /dev/shm subdirectory? It has, as a symlink to `/run/shm` as is usual for Debian/Ubuntu. And the issue/error is the same...
SSH keys are supported, but only as subkey of a GPG key. You can add your existing SSH key to a GPG key, so no need to create and deploy...
> For now, the use case and feature request exceeds my time and use case. Yeah, totally get that! :) I explored this a little and you're right, without *some*...
Heh, thank you! 😊 Just committed the change so template refreshes work with HMR and only instance reloads cause a full page reload: https://github.com/jonaskuske/kirbyup/commit/fcf6fdeec47a805c411b69ec4fd5ebd5369c65a9 > 💡 Example repo to try...
The required changes to Kirby are merged and slated for release in 3.7.4 🚀🚀 I'll be on holiday soon and not sure if I'll manage to write the tests that...
Heh, and the fix for the Vue SFC compiler has landed as well: https://github.com/vuejs/vue/pull/12732#event-7185567352! 🎉 And yep, definitely okay with that approach! I don't think it's a breaking change though,...