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
As discussed in #125, this is because C++ MiniScript uses sscanf with a format string of %1f, which, in addition to parsing 1foo2 as 1, or 1.1.1 as 1.1, inexplicably parses 0xdeadbeef as 3735928559.
MM:
CMD:
The text was updated successfully, but these errors were encountered: