gtmnayan

Results 96 comments of gtmnayan

Just remembered another issue I filed about slot props: https://github.com/sveltejs/svelte/issues/7245 Thinking about it now, there's a decision to be made here: The current semantics are that `default` is just a...

Line 125 of the generated code contains `($$invalidate(0, names), $$invalidate(1, hello))`, since `hello` is getting invalidated, it resets `names` again Related #7416, #4933 See https://github.com/sveltejs/svelte/issues/7416#issuecomment-1088075138

This could be expanded to cover the use case for forwarding CSS variables, ```html ``` ```html ``` Unless I'm missing something, this works around the issue of css vars on...

Just gonna leave this here https://github.com/sveltejs/svelte/issues/6730#issuecomment-923714936 👀

> What happens right now if any of these aren't promises? Without the PR it's equivalent to copying them over to the same key in a new object, with the...

@baseballyama I thought using a Map would be more semantically correct, and abstracting the db operations would help with readability, so I've made a PR over at your branch https://github.com/baseballyama/kit/pull/6

The abstractions should make it easier to add some persistence as well if needed.

Well, this issue was mostly about being able to use glass bottles rather than about turtle.use() so I hope implementing it is not off the table.

Closing in favor of #5568 All discussion about site translation should take place over there