Alexander Prinzhorn
Alexander Prinzhorn
Save this as vanilla HTML and see the same lag: ```html Hello World setTimeout(() => { document.body.innerHTML = ` ` }, 100); ```
@snehanemadi feel free to look into this!
I have the same issue. It makes sense that swipe duplicates them, **but** for two slides `callback` gets indexes from 0 to 3, instead of 0 to 1. I keep...
Aww Yiss! Please accept one of those pull requests :-)
Vergesst bei dieser Diskussion die zweite Hälfte nicht. Die OctoCat ist eine eingetragene Marke der GitHub Inc.
> Why don't not just run it before starting SvelteKit? Like `node db-migration.js && node [SvelteKit]`? > But I want less complexity, not more. I can't be the only one...
> So what if the node-adapter could have a flag that would make `index.js` not `polka()` on it's own, but it exports a single function that I can use? That...
Another real-world example: fetching metadata once during startup before launching the server https://docs.digitalocean.com/products/droplets/how-to/provide-user-data/ I'll leave this open to get some more feedback
> You could always create your own adapter, using `adapter-node` as a guide. Thanks for the hint, that sounds reasonable. I'll look into your Express adapter when I start working...
I'm still subscribed to this issue (d'oh, it's my own). Wasn't this [recently solved](https://github.com/sveltejs/kit/pull/2414)? You can now use [`entryPoint`](https://github.com/sveltejs/kit/tree/master/packages/adapter-node#entryPoint) and do all the things you've always done with Express/Polka and...