Yury Zhuravlev

Results 348 comments of Yury Zhuravlev

I found a way how I can avoid load invalidation with `url`, it's a hack, but maybe it can help somebody: ```js let symbolKeyCache; /** @type {import('./$types').LayoutServerLoad} */ export async...

@Algoinde it's not a bad idea, but firstly team should get back to this issue.

@dummdidumm if you need a rerun function that uses untracked URLs you can do it by tracked part. The problem is only with functions which not include any `fetch` or...

@pabueco as I understand it's will be slower than my way, no?

@seanvelasco at least before `.url` was a private.

Node adapter: ![Screenshot_20221029_100817](https://user-images.githubusercontent.com/1853716/198755088-76ae8ebd-8a0c-4f93-92f0-f1d5e9e55f17.png) dev ![image](https://user-images.githubusercontent.com/1853716/198755114-3a5c591d-4c26-4608-ba11-0619781ba624.png) As you can see, on Node adapter, such CSS before the title wich in the head.

@Rich-Harris okey, reproducing is very trivial: 1. install sveltkit starter demo, `npm create svelte@latest my-app` 2. run it in dev `npm run dev`, and as you can see, all CSS...

In my opinion, the component CSS styles should have a chance to overwrite any styles from `` and `+layout`.