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
{{ message }}
This repository was archived by the owner on Sep 9, 2026. It is now read-only.
An issue with PyCodar is that extremely large repository structures (like Numpy or PyTorch) can't be completely displayed within the terminal. It will dump most of the early lines and only show the later ones. So how can we resolve this issue so that people can still see the entire code structure with pycodar strct?
(One option would really be to have our own web-based interface where we have full control over the display of the data. But ideally, there would also be a solution for this particular problem in the terminal.)
An issue with PyCodar is that extremely large repository structures (like Numpy or PyTorch) can't be completely displayed within the terminal. It will dump most of the early lines and only show the later ones. So how can we resolve this issue so that people can still see the entire code structure with
pycodar strct?(One option would really be to have our own web-based interface where we have full control over the display of the data. But ideally, there would also be a solution for this particular problem in the terminal.)