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
Cannot add items to split objects as the documentation suggests. This is because it creates a local copy of the tuple used to assign the items at creation. I have proposed a workaround by casting the tuple to list on the assignment to remedy this. Issue corresponds to pull request #24
The text was updated successfully, but these errors were encountered:
Cannot add items to split objects as the documentation suggests. This is because it creates a local copy of the tuple used to assign the items at creation. I have proposed a workaround by casting the tuple to list on the assignment to remedy this. Issue corresponds to pull request #24
The text was updated successfully, but these errors were encountered: