Eric Davies

Results 198 comments of Eric Davies
trafficstars

Thanks for this fix, I've been assuming something was wrong with my setup until I got a fresh computer and had the same problem.

Adding: `staticfloat/juliadeps/imagemagick@6` and `staticfloat/juliadeps/fontconfig`

I'm trying to run the fix but the above instructions trigger installing gcc by building from source which so far has taken over an hour and 20 minutes so any...

1) I didn't know that existed, cool 2) Definitely!

Would `find` be installed? Could use that to crawl `PATH`.

We could have the `validate` function run even if `which` wasn't installed, and let the user determine what is a valid "no-op" call.

I booted a VM with a minimal Fedora install (no extras, not even the Standard ones) and it came with `which` in `/usr/bin`.

Yes; ideally we can control the whole backoff. Being able to pass the `delays` argument through would work. Backoff that deals with rate limits shouldn't be reliant on the Base...

It's fine to bring TimeZones.jl in I think. Anything that loses information (e.g. lossy conversion to DateTime from TIMESTAMP WITH TIME ZONE) should be left up to the user.