Theodor Steiner

Results 25 comments of Theodor Steiner

@benmccann oh, sorry! I removed the two files!

@tanhauhau thank you for your suggestions, I updated the code to now only parseFloat the values that are actually needed. ``` typescript export interface SlideParams { delay?: number; duration?: number;...

thank you for the feedback @tanhauhau , it makes total sense! I adjusted the code, maybe you can have a look at it. PS: I love your videos :)

I remembered this pull request as a user on the asked for a horizontal slide transition on the discord today. So I went back over it and noticed that the...

Okay, I learned yesterday that the svelte language server implements this [like so](https://github.com/sveltejs/language-tools/blob/218bbb9679bb3330bb2cbf1e2217798168d85621/packages/language-server/src/server.ts#L398) since there apparently is no api in the lsp for this feature. I looked through the src...

Thank you so much for this project! 🥰 It would be great if there were a way to get the [Svelte icon](https://github.com/sveltejs/branding/blob/master/svelte-logo.svg) into the glyph set. The 3.0 roadmap hints...

@tlouisse ~~would it be alright if I took a stab at making a PR for this one?~~ It seems like this has been resolved by #1741 already, this issue and...

Sorry I totally forgot about this PR after all this time 😅 I'll fix the formatting on Monday if that's alright! On a short prolonged weekend trip right now 🏝️...

@baseballyama you caught me in the middle of a war with `git rebase` haha 🔫 💥 ⏬ I think this is tidy enough to be ready for review now. 🙏