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 Aug 6, 2024. It is now read-only.
A pattern like this: %{NUMBER:num:int} where the :int cause the output to be converted causes a "no matches". There is also :float according to the docs.
Workaround - remove type conversions whilst testing!
A simple note on the page would probably do the trick - it's a pattern debugger after all.