Andrew Herbst
06/02/2021, 3:36 PMsolid1 -> Nothing, solid2 -> String, solid3(solid1(), solid2())
When I try this I get an error about unmapped parameters, I have a gist that illustrates this issue if that would help.alex
06/02/2021, 3:39 PMAndrew Herbst
06/02/2021, 3:40 PMalex
06/02/2021, 3:44 PMNothing
dep with a kwarg
downstream_consuming_string(real_string, start=upstream_returning_nothing())
Andrew Herbst
06/02/2021, 3:46 PMalex
06/02/2021, 3:47 PMNothing
deps basically always have to be passed by keyword when there are other args in the mixAndrew Herbst
06/02/2021, 5:04 PMalex
06/02/2021, 6:09 PM