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

Add progress indicators #19

Open
norswap opened this issue Aug 18, 2023 · 1 comment
Open

Add progress indicators #19

norswap opened this issue Aug 18, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@norswap
Copy link
Member

norswap commented Aug 18, 2023

There are a few slow tasks right now that don't display any indication of progress. These are cloning the optimism monorepo and downloading some dependencies via curl. We should investigate the possibility of adding progress indicators for these tasks.

@norswap norswap added the enhancement New feature or request label Aug 18, 2023
@GrapeBaBa GrapeBaBa self-assigned this Aug 28, 2023
@norswap
Copy link
Member Author

norswap commented Sep 26, 2023

Fixed by #43 for Git, it's probably to enable for curl too using the same pattern: specify some flag on curl for updating % and use lib.run_roll_log with max_lines=2 to get a single line showing the latest percentage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants