keechma

xlfe 2022-12-29T10:25:40.007109Z

Is it possible to have controllers depend on a specific instance of a factory controller? when I try, I get an "Invalid controllers" thrown from keechma$next$core$validate_controllers_BANG

xlfe 2022-12-29T10:27:30.334299Z

And this makes sense, because the factory produce function depends on runtime data which is not available when the normal "singleton" controllers are initialised. but without the dependency on the factory controller, I'm not getting ctrl/derive-state called when the factory controller's state changes

xlfe 2022-12-29T10:28:23.171659Z

so I was wondering if I was missing a mechanism to specify a dependency on a factory controller