Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks layout when symlinks are encountered #91

Open
kevinvanrijn opened this issue May 5, 2024 · 0 comments
Open

Breaks layout when symlinks are encountered #91

kevinvanrijn opened this issue May 5, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers up for grabs

Comments

@kevinvanrijn
Copy link

When a symlink is encountered anywhere in the repository the extension fails to calculate the size of that file. When this happens on the top-level of a repository the table breaks as well.

Example:
https://github.com/EIGHTFINITE/jdownloader-portable
Broken layout

Several things to point out:

  1. The symlink LICENSE.txt doesn't receive an additional table cell and is missing its size. It should be 48 Bytes.
  2. The directory jump Please refer to Other/Source with only a single symlink below it correctly gets the table cell but shows .... It should be 38 Bytes.
  3. Navigating into the directory jump shows similar results with the first step showing ... and the second step showing nothing at all.
@AminoffZ AminoffZ added up for grabs bug Something isn't working good first issue Good for newcomers labels May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers up for grabs
Projects
None yet
Development

No branches or pull requests

2 participants