You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, when archive is download, this is a silent operation that let user waiting for a finish message. For 200Mb dump it would not be very embarrassing, with a good network it is a matter of 1 or 2min maximum.
However starting from 1Go dump it starts to be annoying, since the operation may take many minutes to finish.
Describe the solution you'd like
A progress bar would be a nice feature. This could be achieved with TQDM or Rich. But this should be an optional dependency.
Describe alternatives you've considered
Trying to implement a basic progress bar without external libraries, it seems difficult and won't be as nice as with third libraries.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, when archive is download, this is a silent operation that let user waiting for a finish message. For 200Mb dump it would not be very embarrassing, with a good network it is a matter of 1 or 2min maximum.
However starting from 1Go dump it starts to be annoying, since the operation may take many minutes to finish.
Describe the solution you'd like
A progress bar would be a nice feature. This could be achieved with TQDM or Rich. But this should be an optional dependency.
Describe alternatives you've considered
Trying to implement a basic progress bar without external libraries, it seems difficult and won't be as nice as with third libraries.
The text was updated successfully, but these errors were encountered: