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
Apparently some versions/builds for Lua have a limited stack size which is exceeded by the many local variables in ca.lua. This manifests with a ... function or expression too complex ... error. This is now my personal favorite "error" message!
The text was updated successfully, but these errors were encountered:
Apparently some versions/builds for Lua have a limited stack size which is exceeded by the many
local
variables in ca.lua. This manifests with a... function or expression too complex ...
error. This is now my personal favorite "error" message!The text was updated successfully, but these errors were encountered: