livebook-dev / kino

Client-driven interactive widgets for Livebook
Apache License 2.0
369 stars 65 forks source link

Fix Kino.DataTable to handle integer lists that are not valid charlists #371

Closed jonatanklosko closed 11 months ago

jonatanklosko commented 11 months ago

Closes #370.

josevalim commented 11 months ago

Maybe we should use List.ascii_printable?, similar to inspect itself? I think it is best to not assume most lists are char lists.

jonatanklosko commented 11 months ago

Good call, updated in 33bc23dae0893a07ac5f7dcfb9fd6836c18e7bb3!