Arnaud Henry

Results 8 comments of Arnaud Henry

See also https://github.com/JuliaRegistries/Registrator.jl/pull/364 The recommended way is to use https://github.com/GunnarFarneback/LocalRegistry.jl

> Is the right thing to always do `-bso0 -bsp0`? I would say so. Knowing what compression software is used is an implementation detail of `DataDeps`, and as a user...

> Maybe the same error as in invenia/KeyedDistributions.jl#24? Ah yes, sorry I should have looked there beforehand. It seems there are different subtle changes that can trigger the type-inference failure,...

This is still happening, even with 60 seconds timeout. https://travis-ci.com/github/invenia/LibPQ.jl/jobs/376580006 https://travis-ci.com/github/invenia/LibPQ.jl/jobs/378993147

Not sure this is related, but I get a 405 Method Not Allowed when trying the curl command that fails in the CI job. ```bash $ curl -sI --proto =http,https,ftp,ftps...

Got a response from Codecov folks: they are working on the infrastructure to prevent timeouts. In the meantime they suggest adding `--retry 5 --retry-delay 2 --connect-timeout 2` to the curl...

Had a quick look at the code and documentation, seems like `@showprogress` can work with `asyncmap`, and a quick test shows the issue is not present in that case: ```...