juxt

flowthing 2021-02-22T10:28:56.000700Z

Are there plans to extend Clip to support starting only certain components of a system? Or does that already exist and I just can't find it?

dominicm 2021-02-25T16:16:48.006800Z

If there's no open issue, it's worth one. If you poke at impl, there might be a good way to find the subset of the graph and start that. I'll probably just add a select-deps function which makes a sub-selection of your system.

flowthing 2021-02-25T17:59:34.007200Z

OK, thanks! I'll try to remember making an issue tomorrow. Too many things on my plate to go poking around the code at the moment, though, I'm afraid.