Petr Hlavenka
Petr Hlavenka
On Julia 0.7 replace command changed - added compat macro + version bump
I don't see a reason why we couldn't do the retry feature. Just replace `run(....)` with `Base.download(...)` in this PR and you have the retry functionality. Or we might add...
The support for win7 starts to be a mess. For PS download using TLS1.2 PowerShell at least at version 3 is a must (PS 2.0 uses .Net 2.0 that has...
One of my motivation for this PR is to re-run discussion that didn't happen prior JuliaLang/julia#25477 rapid merges. Problems there would resurface for win users after 1.0 release - WinRPM...
I see your point. I also didn't know there is the link to the EasyFix page directly below the 0.6.2 download link. The problem I'm facing is that some Julia...
I'm not familiar with versioning during 0.7-DEV. How can I find the .XXXX number for the PR#25477?
Let's keep the 0.6+ version untouched and let's just improve things for 0.7 - unification to Base.download regardless of windows/unix/mac. Added retry functionality + better error message on windows (as...
So, you think we should rather enhance the `Base.download` instead? We might add there a `verbose` keyword and call it here with `verbose=true` to get a more helpful message from...
OK, so let's just do the minimal change, only affecting 0.7. Since 0.7 we'll rely on `Base.download` functionality for everything, so it will be possible to redefine it in the...
Also, on my system execute cell does not move cursor to next cell. That would be great to have as well as a shortcut to move to cell up/down with...