Cailin Winston
Cailin Winston
I had the same issues with uploading both a ~3GB file and a ~9GB file via the web interface. I was unable to use the new API, because the "bucket"...
@ppanero Yes, I just contacted through the support contact form with details.
Hello, thanks for working on this issue! I'm running into this as well after running `juliaup self update`, and the error now occurs every time I run `julialauncher`. Is there...
Are there any updates on adding support for infinite duration of snackbar? I think this would be a great feature.
Found a way to do this, by passing in a custom Downloader! Thank you ``` downloader = Downloads.downloader downloader.easy_hook = (easy, info) -> Downloads.Curl.setopt(easy, Downloads.Curl.CURLOPT_LOW_SPEED_TIME, 30) request(..., downloader=downloader) ```
Thanks! The only reason 30s worked in my case was because the API I was working always took less than (but close to) 30s to respond. I agree that the...