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
However, I get the following error: panic: [Error (where: parser) in <string> | Line 1 Col 17 near '-'] Expected either a number, string, keyword or identifier.
Also, adding quotes around the -1 ends up appending a -1 string at the end of my variable instead of actually subtracting.
The text was updated successfully, but these errors were encountered:
I am trying to subtract an integer by 1 with the add filter, however there seems to be an issue with parsing negative integers
However, I get the following error:
panic: [Error (where: parser) in <string> | Line 1 Col 17 near '-'] Expected either a number, string, keyword or identifier.
Also, adding quotes around the -1 ends up appending a -1 string at the end of my variable instead of actually subtracting.
The text was updated successfully, but these errors were encountered: