Lev Chelyadinov

Results 103 comments of Lev Chelyadinov

Hi! We have considered it. In regards to moving the repository to the SvelteKit-proposed "lib for source, routes for docs", we have faced difficulties with migration. Something was off with...

Yeah, ideally we'd like to make use of `svelte-kit package` and have the library and the docs be a single Svelte app. But that's not happening for now. As for...

When I mentioned jank a few days ago, I was recalling from memory. Today I went ahead and tried it again. The Vite server starts almost instantly, which is great,...

Also, minor comment. The SvelteKit's text in the console is black, which is rather hard to read on dark terminals: ![image](https://user-images.githubusercontent.com/15035286/137360732-eee53e9c-6ffd-49cb-bdf6-19f81d8ac724.png) Unlike Vite, which produces more friendly looking output. Also...

Uh-huh, I updated and now the duplication is gone. The performance issue still persists though. What was black for me then is still black now. Moreover, I've noticed that tracebacks...

Fixed the links, supposedly. The jank is still there, on any page, even the `/`, where the links would work anyway. I don't think the links were the issue. >...

My system info, where I get the lags ``` System: OS: Linux 5.14 Manjaro Linux CPU: (8) x64 Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz Memory: 1.35 GB / 7.62 GB...

Thank you for a thorough investigation :) I believe it was once a best practice for Sapper to install Svelte packages to development dependencies for SSR. I have a lot...

I've implemented a preprocessor that does rudimentary import re-routing and it seems to work well in my case. I've read the thread you've linked and saw that you were discussing...

First we got to set up the static exports and verify that everything works. Shouldn't be too long