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
Sorry, I can't think of a good reason for this off the top of my head and I don't have much time to investigate. I suggest doing some debugging by using a local copy of indicatif and dumping some debugging from the wrap_write wrapper to get a feeling for what's going on.
Sorry, I can't think of a good reason for this off the top of my head and I don't have much time to investigate. I suggest doing some debugging by using a local copy of indicatif and dumping some debugging from the wrap_write wrapper to get a feeling for what's going on.
Hey, there I am using
wrap_write
function to download some file which does the work but doesn't show the progress bar.Here is the code:
Result:
https://github.com/console-rs/indicatif/assets/84739019/f634e1ed-1d2e-4db9-8cc2-8972bfa69e7b
While doing this manually, does show progress bar.
Result:
https://github.com/console-rs/indicatif/assets/84739019/a721680d-7d63-432a-9294-dadec319c6de
My
Cargo.toml
looks like:The text was updated successfully, but these errors were encountered: