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
I do think == and != is a common enough operation that it is probably worth adding as a first class thing. I wanted to avoid adding stuff like + and - expressions because the templates get really complicated but I think boolean operators are probably fine.
Basically something like:
The text was updated successfully, but these errors were encountered: