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 Jun 13, 2025. It is now read-only.
As a german keyboard layout user, thank you very much for: #1087
After experimenting with this I found patterns that trips up the parser:
"[--"
"<---"
"- 2" (as used in $ slow "- 2", $ slow "~ 2" is working fine)
example:
d1
$ n "[-- 0 5]"
# s "cpu"
Failed to Stream.streamReplace: Syntax error in sequence:
"[-- 0 5]"
^
unexpected end of input
expecting sequence, ",", "|" or "]"
Return to previous pattern.