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
Clarification: The below example produces two rounds of progress bars. It would be neat if nested with_progress() could be detected and automatically "merged" such that all progress updates from an inner with_progress() are relayed up to the parent with_progress() environment. This way we could end up getting a single progress bar with 2 * 5 = 10 steps, instead of two with 5 steps each.
Add support for nested
with_progress()
calls where it's only the outer layer (or?) that ends up presenting progress.The text was updated successfully, but these errors were encountered: