You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When operator<<(std::ostream&, ... is used with Event, Result, and Invocation, the keyword arguments are not always displayed. This is due to args() being used in the relevant if condition, instead of kwargs().