Sebastian Rothe

Results 47 comments of Sebastian Rothe

> Having a similar issue with typescript and svelte components. > > Currently was having > > ```json > "@testing-library/svelte": "3.1.2" > ``` > > As per @theweekendgeek comments -...

> > since it would help this library to run on the server as well > > Thanks for the interest, but this library was never intended to run on...

So, whats missing to merge it?

The problem is the word `ock`, it is parsed and interpreted somewhere.

> If you are looking for a viable alternative for Mac M1, you can use https://github.com/lima-vm/lima for the time being. You should also have a look at https://github.com/abiosoft/colima for a...

It works for us with sveltekit.

We are using this in our project(closes source) with adapter-static, `prerender = true`, but `ssr = false`.

Interesting read about dual-package libs https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c?permalink_comment_id=3850849#gistcomment-3850849

Did you follow https://github.com/sveltejs/svelte-preprocess/blob/main/docs/preprocessing.md#scss-sass? Do you have node-sass installed? I also thought defaults were deprecated and now you have to set every language and style explicitly.