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 must acknowledge the guilt I feel for using and benefiting from your work, only to complain about it here. I suck.
RIght now, ml.tstring helpfully adds quotes around values, which is great for visualizing and debugging. You can see exactly where the beginning or ending of input is!
I must acknowledge the guilt I feel for using and benefiting from your work, only to complain about it here. I suck.
RIght now, ml.tstring helpfully adds quotes around values, which is great for visualizing and debugging. You can see exactly where the beginning or ending of input is!
When not debugging, I also use tostring for serializing...
Later, I might transform back into a number...
Now that I know this, I can use
ts = ml.tstring
and use lua's version for normal stuff.It might also be good to copy lua's behavior for non-table values, which would make it easier to inject.
I can imagine a preference for the other way, although I'm fine saying
"'"..tostring(v).."'"
for the few times that I need to do that.Bloat is always an option... perhaps
ml.tquoted
or some such nonsense?The text was updated successfully, but these errors were encountered: