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
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
Currently, if an invalid name is used, the behavior simply skips it silently. This makes it very difficult to spot typos in the config of the behavior. The filter function should have a else branch logging a warning.
Btw, even your own testsuite was affected by this. See #6
Currently, if an invalid name is used, the behavior simply skips it silently. This makes it very difficult to spot typos in the config of the behavior. The filter function should have a
elsebranch logging a warning.Btw, even your own testsuite was affected by this. See #6