Running luacheck against your codebase I discovered this one bug in the int64 related files.
int64\Int64.lua:228:23: accessing undefined variable 'hex_string'
I believe the variable 'hex_string' should be changed to 'hex_str'. I have not yet tested this change.
Running luacheck against your codebase I discovered this one bug in the int64 related files.
int64\Int64.lua:228:23: accessing undefined variable 'hex_string'
I believe the variable 'hex_string' should be changed to 'hex_str'. I have not yet tested this change.