Don Denton
Don Denton
I didn't realize that this issue/PR existed when I started my work on a PR to address #179, but it accomplishes the same thing in a different way. Though, by...
Out of curiosity, how would you both want such a feature to work?
FWIW, the dupe I opened shows it still broken in `1.17.5`
~The problem is that if you want to use _any_ Svelte components, you'll have to actually invoke them inside a real Svelte file. So unfortunately, the example repo isn't set...
I was guessing that MassivDash was just using the base setup from the Sapper tutuorial, which just feeds strings into a component from a json call. Perhaps a bad assumption....
> I can log the `src` prop out and see that it is a string literal that corresponds to an existing image. Unless further work is done to attempt to...
We've fixed a few bugs since October 2. Is this still an issue for you? The latest on NPM is 0.1.4
Regarding getting a reference to the current task: could this not be curried the same way that an event is curried through actions? So that if you do not pass...
I may have been misusing the terminology a bit there, but I hope the idea was clear.
> happycollision you mean "would be the task *instance*" right? Yes. ---------- I like the `gimmeTaskInstance()` modifier idea. Here's why: It allows you to pass the instance along to something...