Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ProgressMeter.jl? #114

Closed
juliohm opened this issue May 19, 2020 · 4 comments
Closed

Use ProgressMeter.jl? #114

juliohm opened this issue May 19, 2020 · 4 comments

Comments

@juliohm
Copy link

juliohm commented May 19, 2020

Have you considered ProgressMeter.jl to show the download progress? It would be a nice feature.

@oxinabox
Copy link
Owner

oxinabox commented May 19, 2020

This is a problem for HTTP.jl.
It is a question of HTTP.download and how that displays its progress.

@juliohm
Copy link
Author

juliohm commented May 19, 2020

You prefer to improve the HTTP.download progress display than to use ProgressMeter.jl, is that correct?

Really nice package btw!

@oxinabox
Copy link
Owner

oxinabox commented May 19, 2020

You prefer to improve the HTTP.download progress display than to use ProgressMeter.jl, is that correct?

Something like that yes, because it faces all users of HTTP.download.
not just DataDeps.

It maybe the conclusion of JuliaWeb/HTTP.jl#537
is that the package using HTTP.download should do some configuration of the logging.
In which case we can open an issue about that.

@oxinabox
Copy link
Owner

oxinabox commented May 19, 2020

Really nice package btw! I've just downloaded a tar.gz, I wonder if there is any functionality to unpack the archive directly in the produced DataDep folder.

the unpack function.

you can add post_fetch_method = unpack to the datadeps registration block

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants