Marius Gedminas

Results 312 comments of Marius Gedminas

Python 3.7 was dropped in 642f9ad2e5813f823a63e29a11354bf0e5008bc5 (but I did not modernize the codebase).

This is a fix: ```diff diff --git i/rich/table.py w/rich/table.py index 942175dc..fb880dbb 100644 --- i/rich/table.py +++ w/rich/table.py @@ -702,6 +702,11 @@ class Table(JupyterMixin): if self.collapse_padding: if column_index > 0: pad_left =...