Michael Keller

Results 125 comments of Michael Keller

For the derived stuff, I wonder what kind of reactivity issues there are with declaring stores and stuff like that dynamically. Since each `$:` needs to be top level and...

Yeah in the small multiples example, it tweens the domain and everything else then changes. You could change the scale from the context directly but there are some downstream effects...

I'll close this one for now @techniq since perhaps the existing method of tweening works? For the derived scales, if you still think that is a good idea, let's create...

I think I'll do this as a separate library called something like `layercake-charts`

Hey @maxblee Yea good idea. I like the second approach since it covers future use cases. And probably just `attrs` as the prop name works. Could you start a PR?...

Here's an example. Seems to work: https://svelte.dev/repl/6bb9adafd7f545f181335b680e3b0409?version=3.48.0

Thanks for doing the research. Maybe set ‘attrs’ to null at first and add ‘attrs’ in the if statement so that doesn’t run if unset and also maybe gives svelte...

I would avoid the extra filter loop and include an `if` statement. I would also use a three-part for loop instead of `.forEach` since I believe the accepted wisdom is...

@techniq would that fix [this issue](https://github.com/sveltejs/svelte/issues/6752)?