Tobias Gerdin
Tobias Gerdin
I fixed the TODO (there can now be an arbitrary number of resized images and the default size is configured through a separate variable. For testing purposes it was convenient...
I am using ImageMagick 7 installed with `pkgin`. It may be that `magick` is a v7+ command, I think `convert` should be fine, will look into it since there should...
Earlier you mentioned you had some code-level comments? You have more Racket experience than I do so I'm all ears here.
I believe I have attended to the issues you raised. However it seems like tests are failing now for some reason. From the Travis log it looks like the tests...
Thanks for pointing me too `paths.rkt`, it certainly had plenty of very useful functionality!
Tests are still failing though. Are there other executables called `identity` and `convert` installed?
Do you have any idea of what's going on here? The tests that are not supposed to run are being run. Since I cannot reproduce this on my machine it...
Ping! Unless you have any idea of why the tests are being run I think I would need to try to replicate the Travis environment on my machine to try...
No problem. I tried installing ImageMagick on Travis but no difference so there must be something basically wrong. Do you know if there is an easy way to reproduce the...
Could be that things started failing when I switched from `system` to `system*`, I'll investigate.