Matt Vallillo
Matt Vallillo
> thanks @vachillo, this seems to be trickier than what I originally thought. In this case, we'd need to have a single service per Node, correct? That seems a bit...
Also requesting a new feature/workaround for this situation
@torabshaikh thanks for the contribution!
are you imagining the syntax to be something like: ``` class ActivityMixin: allowlist: Optional[list[str] | dict[str, Optional[list[str]]]] = field(default=None, kw_only=True) denylist: Optional[list[str] | dict[str, Optional[list[str]]]] = field(default=None, kw_only=True) ``` where...