We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#7 is important, because
tonumber(tostring(obj):match('0x(%x+)'), 16)
flat out errors. Unlike LuaJIT, where addresses are formatted with 0x like this:
0x
> ={} table: 0x00231ce8
ordinary Lua doesn't print 0x:
> ={} table: 0064DEE0
The text was updated successfully, but these errors were encountered:
#6 should fix this
Sorry, something went wrong.
This was fixed by PR #6.
No branches or pull requests
#7 is important, because
flat out errors. Unlike LuaJIT, where addresses are formatted with
0x
like this:ordinary Lua doesn't print
0x
:The text was updated successfully, but these errors were encountered: