HTTP.jl
HTTP.jl copied to clipboard
HTTP.download displaying progress bar
@juliahm openned https://github.com/oxinabox/DataDeps.jl/issues/114
wanting something to show progress bars for DataDeps.
DataDeps just uses HTTP.download
I am not update date on the current status of ProgressBars.jl or ProgressLogging.jl.
HTTP.download
use to work with OhMyLog (when that was still working), and I think with Juno. because it just includes a progress
kwarg in its log messages.
Idk if that is still enough to make it work.
There's also this package available, ProgressMeter.jl.