Error on non-`len` compatible values in a cell
EthanZeigler opened this issue · 1 comments
EthanZeigler commented
Description
On creating a table with a cell that's not compatible with the builtin len function, the library errors internally
Expected
Values are turned into strings before their length is checked
Actual
Values are evaluated for their length without first turning them into a string
DenverCoder1 commented
Do you have an example code where this does not work?
I'm pretty sure there are no issues with this in the latest release (0.1.4)