-
Notifications
You must be signed in to change notification settings - Fork 1
resolve #18 #19
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
resolve #18 #19
Conversation
Codecov Report
@@ Coverage Diff @@
## main #19 +/- ##
==========================================
+ Coverage 93.68% 93.91% +0.22%
==========================================
Files 4 4
Lines 95 115 +20
==========================================
+ Hits 89 108 +19
- Misses 6 7 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
At presentdownloading clang-format (version 14)
|--------------------|100% (of 3349136 bytes)
Installing clang-format-14 to /home/gitpod/.local/bin/
symbolic link /home/gitpod/.local/bin/clang-format already exists. Use '-f' to overwrite. Leaving it as is.
downloading clang-tidy (version 14)
|--------------------|100% (of 53708200 bytes)
Installing clang-tidy-14 to /home/gitpod/.local/bin/
symbolic link /home/gitpod/.local/bin/clang-tidy already exists. Use '-f' to overwrite. Leaving it as is.Tried to change it a little bit.
Newdownloading clang-format (version 9)
|████████████████████| 100% (of 2578024 bytes)
Installing clang-format-9 to /home/gitpod/.local/bin/
symbolic link /home/gitpod/.local/bin/clang-format already exists. Use '-f' to overwrite. Leaving it as is.
downloading clang-tidy (version 9)
|████████████████████| 100% (of 32766984 bytes)
Installing clang-tidy-9 to /home/gitpod/.local/bin/
symbolic link /home/gitpod/.local/bin/clang-tidy already exists. Use '-f' to overwrite. Leaving it as is. |
|
At first I tried using |
|
I am not a fan of color when it is a simple or non-interactive program.(but I like the yellow color you added during installation). I am also Okay with that If you prefer :) |
|
We can revisit the color situation later if you want. I'm good with this as it is. |
|
You agreed, but maybe you forgot to change it. I'll change it. |
|
C:\workspace\clang-tools-pip>clang-tools -i 5
c:\program files\python38 directory is not in your environment variable PATH.
downloading clang-format (version 5)
|████████████████████| 100% (of 1996800 bytes)
Installing clang-format-5.exe to c:\program files\python38
Don't have permission to install clang-format-5.exe to c:\program files\python38. Try to run with the appropriate permissions.I will try... |
I had the same exact experience. 😭 I'm pretty sure there's a better way to use multi-byte characters ( |

This now shows a progress bar with percentage completed. I also added the total number of bytes being downloaded (not the number of bytes already downloaded).