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
This might be difficult now that we moved to a simple log compatible logger. The default Golang logger outs 1 line per call.
How do we want to output that progress?
Maybe?
1%
3%
...
100%
If we want something more interactive, then we need to break up the library interface into more fine-grained calls so that we can control all the output of the process without the library involvement.
That in turn might allow us to remove the logger as input on the higher level Coarse grained interface. But I am not sure how much of a priority that is, of if we want to expose such a fine grained interface to end consumers as well as the higher level interface.
Pulling and pushing can take a long time. I'd be nice to see text-based progress bar for these steps.
The text was updated successfully, but these errors were encountered: