-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
This is considered as a bug even it does not break anything.
Currently if a package name is longer that "Name" column size, the name string is truncated leading to something like django-phonenumber-fie… instead of django-phonenumber-field.
Truncated name is not a good practice at all, the package name is the first important information and it should always be complete.
Maybe we can enable the option to break the name on multiple line if really necessary.
Also the table width in Rich formatter is not very long, it could be longer or variadic depending terminal size.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working