We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When showing server statistics I get the impression that if the numbers are too large, wrong units will be used.
Here are TrguiNG's:
here are Transmission webui's:
As you can see, global upload should be in PB, not TB Maybe numbers this large were not contemplated for staters, as per:
TrguiNG/src/trutil.ts
Line 25 in 4812978
It would be really nice if we could fix this. But ofc is low priority as it doesnt impact functionality whatsoever.
Thank you so much, and if i can help in any way, pls tell me (I'm not familiar with the code of the app, neither with TS tho)
EDIT: after reading more of the code, i think just by adding the next unit to the SISuffixes array it should work, wouldn't it?
SISuffixes
The text was updated successfully, but these errors were encountered:
Add large SI units
d04efc5
Issue #259
Done. Also kudos for seeding petabytes :D
Sorry, something went wrong.
Thanks you!
When can I expect a ralease with this changes be made?
Probably in a few weeks, I still have some testing to do on linux and flatpak builds and want to squeeze in a feature or two.
But I started a build job and you will be able to grab a build of current master branch when it completes here https://github.com/openscopeproject/TrguiNG/actions/runs/13609495124
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
When showing server statistics I get the impression that if the numbers are too large, wrong units will be used.
Here are TrguiNG's:

here are Transmission webui's:

As you can see, global upload should be in PB, not TB
Maybe numbers this large were not contemplated for staters, as per:
TrguiNG/src/trutil.ts
Line 25 in 4812978
It would be really nice if we could fix this.
But ofc is low priority as it doesnt impact functionality whatsoever.
Thank you so much, and if i can help in any way, pls tell me (I'm not familiar with the code of the app, neither with TS tho)
EDIT: after reading more of the code, i think just by adding the next unit to the
SISuffixes
array it should work, wouldn't it?The text was updated successfully, but these errors were encountered: