kwargs was broken by a check for the number of given arguments. Only apply this check if no arbitary number of keyword arguments are allowed by a "**" parameter of `#[args(...)`. Closes #318