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
occationally things go wrong, this has been observed in DropBox. Rather than using the default HTTP.jl based fetch_method, it can be useful to specify fetch_method=DataDeps.fetch_base which using the download from julia stdlib (which on modern julia uses libcurl). This has upside of handling some corner cases of HTTP better, but the downside of not supporting determining filenames from headers.
The only issue I ran into was that the default HTTP.jl based method was truncating my file download.
invenia/Impute.jl@9ac12c3
Unless you want a note in the docs, feel free to close.
The text was updated successfully, but these errors were encountered: