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
I'm really enjoying cli progress bars, but I'm struggling with an edge case. For ropensci/targets#1442, I need to run the progress bar behind a non-interactive callr process. Unfortunately, the non-interactivity seems to make the progress bar slightly less responsive, and it seems to spill over into multiple lines. This is the desired behavior when writing to a fixed log file, but it's counterintuitive when the parent session is interactive. Are there any workarounds etc.?
I'm really enjoying
cli
progress bars, but I'm struggling with an edge case. For ropensci/targets#1442, I need to run the progress bar behind a non-interactivecallr
process. Unfortunately, the non-interactivity seems to make the progress bar slightly less responsive, and it seems to spill over into multiple lines. This is the desired behavior when writing to a fixed log file, but it's counterintuitive when the parent session is interactive. Are there any workarounds etc.?The text was updated successfully, but these errors were encountered: