-
Notifications
You must be signed in to change notification settings - Fork 501
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
Zero length file does not show weight #2017
Comments
@MarcelInTO is that something that you can always reproduce? I cannot reproduce that issue. Maybe it's a temporary error fetching the details from a file? Can you check the Developer Tools (Ctrl+Shift+I, or F12) and see if there is any error in the Console tab? |
@hacdias Yes, it always happens. I have multiple machines on different networks with the same dataset pinned. However, your comment about error fetching the details was on the right track and I had leapt to a conclusion before I submitted the issue The dataset is about 200000' files that had been pinned recursively. I just scanned through it and it appears that the files that show this issue are actually all zero length. So I would rewrite the issue report and repro steps this way:
Expected behavior;
|
After taking a look, this issue is not related to pinned files. The issue here is that a zero length file shows To reproduce:
|
🎉 This issue has been resolved in version 2.18.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
When browsing a folder of files (in the file section) where some files have been pinned and others have not, the pinned files do not show a size. The just show a "-".
Expected behavior
All files should show their size regardless of pin status.
Screenshots

The text was updated successfully, but these errors were encountered: