We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start..23//step |> Stream.drop_while(fn x -> x < hour end)
Output:
start |> ..//(23, step) |> Stream.drop_while(fn x -> x < hour end)
Styler
..
unexpected token: "." (column 10, code point U+002E) | 22 | |> ..//(23, step)
The text was updated successfully, but these errors were encountered:
thanks for the issue! will have it fixed up in a jiffy
Sorry, something went wrong.
9433e0b
fix published in v0.9.3, thanks again :)
No branches or pull requests
Versions
Example Input
Current Behaviour
Output:
Styler
..
into a pipe, which is invalid syntax withThe text was updated successfully, but these errors were encountered: