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
On long function calls it is almost impossible to use NativeFunction, the reason is:
TypeError: Int64 object expected
Now the question is where, if you have 20 parameters it takes a long time to figure it out making it unusable.
It would be nice if it showed:
TypeError: Int64 object expected at parameter 2, got %s
The text was updated successfully, but these errors were encountered:
On long function calls it is almost impossible to use NativeFunction, the reason is:
TypeError: Int64 object expected
Now the question is where, if you have 20 parameters it takes a long time to figure it out making it unusable.
It would be nice if it showed:
TypeError: Int64 object expected at parameter 2, got %s
The text was updated successfully, but these errors were encountered: