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
the main issue is type info such as Float32[ blah is too much. And that it's hard to customize just for my own TypaedTable.Table. Currently I have to do:
const _LazyTreeType = TypedTables.Table{<:NamedTuple, 1, NamedTuple{S, N}} where {S, N <: Tuple{Vararg{LazyBranch}}}
Is the suggestion here to switch the printing logic to use PrettyTables.jl? I guess it's possible, but we need to be careful about dictionary-based tables too. Or we can steal the type-header logic.
The text was updated successfully, but these errors were encountered: