helloSystem / helloSystem/Utilities
Progress bar is jumpy when downloading Developer applications
Open
bug
help wanted
- Dominant language
- Python
- Stars
- 29
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Progress bar is jumpy when downloading Developer applications
This is because we add `+ 1` to the progress whenever we see a `.` in the output of `pkg`.
https://github.com/helloSystem/Utilities/blob/e6adf9601a02de00a709348239485bf0498e1c39/Developer/Qt%20Creator.app/Qt%20Creator#L132
We should find a more accurate way for `pkg` to tell us the progress, especially during the download phase. Is there a way to make it print out the bytes downloaded every second or so? This would help a lot.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.