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 was facing this problem recently. In d2d function, a table with number only keys will return nil starting from a specific key.
Here is my test script:
I was facing this problem recently. In d2d function, a table with number only keys will return nil starting from a specific key.
Here is my test script:
it outputs:

I have to add a random string key to the table to make it work:
I don't have this problem in the 2022/02/09 build (0.4.0 I guess). Only newer versions have this problem.

The text was updated successfully, but these errors were encountered: