Tony Kelman

Results 356 comments of Tony Kelman

Hm, what version of Julia are you using? Can you try editing the file `C:\Users\Administrator\.julia\v0.3\WinRPM\sources.list` to remove the `https://cache.e.ip.saba.us/` prefix and try again?

I'd really like to find some way of making the default setting robust for everyone. It may be that there are intermittent issues with the cache server, would you mind...

Another option might be to have both the cache-prefixed version and the non-prefixed version listed in the file, though that may slow things down a bit if everyone always has...

I need someone who can reproduce the problem to tell me that. @AndyGreenwell mind testing some things out here?

Another option would be to do something about https://github.com/JuliaLang/WinRPM.jl/issues/40, but preferring the powershell route rather than curl since curl won't be available in the windows binaries forever. From the last...

The only thing non-trivial that's been changed since then was switching from LegacyStrings to Compat.transcode https://github.com/JuliaPackaging/WinRPM.jl/compare/v0.2.1...master?w=1

There are several issues here that tend to all get reported in the same issue because the errors happen at the same place. One is a security policy issue with...

If someone can propose a fix we can try it. No one is actively working on this right now to my knowledge. I have plans to entirely replace bindeps in...

You're probably best off manually editing the path in `deps/deps.jl`. That file will get overwritten if you re-do `Pkg.build("HDF5")` but there are a few ways you could delay that from...