Nicolai Oliver Verbaarschot

Results 48 comments of Nicolai Oliver Verbaarschot

I have this exact issue with the following configuration. ``` "@sveltejs/adapter-static": "^1.0.0-next.34", "@sveltejs/kit": "next", "svelte": "^3.44.0", ``` Build fails with `404 / (linked from /static/build/beds)` and adding `config.kit.prerender.entries: []` allows...

I managed to find a workaround by importing `base` from `$app/paths` and prepending it to my hrefs: ```svelte import { base } from '$app/paths'; Home About ```

I have this issue with Safari on MacOS. I was looking for a hack-fix and learned a couple of things I thought I would share. Looking at Image 1 below,...

I had the same issue. I ended up switching to https://starship.rs/. I am not affiliated in any way but they have rich configuration options for pyenv.

Ah I had simply failed to compile the swift script to an executable, it now evokes my bash script as expected. I now have the following question, not being very...

Hm, I'm having issues using lamina in a sveltekit project. I see the missing dependencies message, and my imports from lamina/vanilla all resolve to undefined at runtime (in my editor...

🤦 Restarting the dev server fixed it

🤦 🤦 False false alarm. I am indeed having this issue.

Sorry for the delayed response. By deleting the generated files and regenerating them everything works as expected. Will leave this open for @developer2346.