Shachar Zidon

Results 60 comments of Shachar Zidon
trafficstars

> I think this should be handled in userland rather than have fluent-svelte take opinions on this. The main problem is that Svelte prohibits using transitions on components; I think...

What about a `transition` tuple prop? first item is the actual function, 2nd is the transition props. that way it's completely customizable

This is happening to me as well, using JetBrains Mono Nerd Font.

I also replicated this on Git Bash with 0 config (using Cascadia Mono).

I'm familiar with JSON schemas, I'll try and help. Also opened an issue here: #1049

Another idea - we should have highlighting and validation on the actual values, based on the property.

I think that even Level 1 would be good. one thing i could imagine is using variable types to verify stuff. for example, `style:transform="translate({variable}px, 0)"` would only give out an...

Now that https://github.com/sveltejs/kit/pull/5778 is merged, all page data is now typed with these generated props, which makes this very vital to have. Could this please be implemented soon?

For now, a possible hack is to specify the full URL, but this just looks extremely fugly: ```html import type { PageData } from ".svelte-kit/types/src/routes/$types"; ```