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
@flit I would like to implement this, and I should have all of the information needed through the Rust side of the API. It is in part a matter of wiring things up. Be aware that if you ask for more than one file to be downloaded, that they may be downloaded in parallel. With your proposed API, you would get calls to that progress callback with different file, url pairs interleaved. This is probably fine, I just want to make sure we're all on the same page.
The Python API needs to support a caller-provided progress callback for the
cache_descriptors()
anddownload_pack_list()
methods.Ideally the progress callback would be provided with
The text was updated successfully, but these errors were encountered: