Matthias Volk

Results 4 comments of Matthias Volk

I would probably find this very useful.

Nice, thanks! I think it would be useful to export the 'resolution' as a parameter in `fimagesc`. I also fixed a small bug, where `typeof(f(xmin, ymin))` returns Int64, but the...

I think this would be easily possible by adding `homedir()` [here](https://github.com/nolta/Winston.jl/blob/master/src/config.jl#L7), maybe like so: ``` julia for dir in ["."; homedir(); Pkg.dir(); LOAD_PATH] fn = joinpath(dir, "Winston.ini") if isfile(fn) break...

The travis build fails on julia nightly, because Tk.jl is not built correctly. I don't know why though. ``` =================================[ ERROR: Tk ]================================== LoadError: ccall: could not find function jl_read_sonames...