Issue: colored string type throwing an error in casted_cell assignment because _type method not equipped to handle it.
Can we either:
input value for 'cell': "3" (colored string)
Error:
File "/data/sandcastle/boxes/fbsource/buck-out/v2/gen/fbcode/e104f4d0e1969b09/pytorchrelengoncall/__syncdiag__/syncdiag#link-tree/tabulate/__init__.py", line 1516, in _wrap_text_to_colwidths
str(cell) if _isnumber(cell) else _type(cell, numparse)(cell)
ValueError: invalid literal for int() with base 10: '\x1b[43m\x1b[30m3\x1b[0m'
Issue: colored string type throwing an error in casted_cell assignment because _type method not equipped to handle it.
Can we either: