I think this should be
Base.show(io::IO, n::Name) = show(io, n.table; show_row_number=false)
but I don’t know whether that will fix your problem.
I think this should be
Base.show(io::IO, n::Name) = show(io, n.table; show_row_number=false)
but I don’t know whether that will fix your problem.