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
There seems to be some recursion in the _grow_to method here that's used for table cell merging, that means that after a specific number of cells the code fails (for a single column table the max number of cells seems to be the recursion limit less 15). Is there a way around this that doesn't involve increasing the recursion limit?