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 searched open requests and couldn't find a duplicate
What is the idea?
Currently, py-rattler exposes a progress bar for the install method. However, solve doesn't have a toggleable progress bar when it's passed a gateway object and repodata is fetched.
My thinking is the gateway object could have a setting that enables/disables the progress bar when it fetches repodata. This aligns it with install that has an option to enable/disable a progress bar.
Why is this needed?
Cleaner reporting when using py-rattler in interactive applications