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 imagine this would be feature you can toggle on and off with some kind of setting, right? Also worth considering any potential security concerns letting users essentially run an eval() command whenever they want (although I imagine that might be why we use that parsing library instead of handling it ourselves).
if message content can be parsed as an equation, evaluate it and check the result against the current number.
Example parsing library: https://github.com/silentmatt/expr-eval
The text was updated successfully, but these errors were encountered: