Results 116 comments of Jonathan Bieler

I trying to compile on of my [package](https://github.com/jonathanBieler/GtkIDE.jl) and I'm getting a lot of these too (osx, v.0.6.2). Any progress on this ? @SimonDanisch Don't you have this issue on...

I'm getting the same error with this, from `Immerse.jl`: ```julia const testdir = splitdir(@__FILE__)[1] const facesdir = joinpath(testdir, "orl_faces") const orl_url = "http://www.cl.cam.ac.uk/Research/DTG/attarchive/pub/data/att_faces.zip" function unzip(inputfilename, outputpath=pwd()) r = ZipFile.Reader(inputfilename) for...

I think at minima it would be great to have `FileIO.load` & `FileIO.save` to easily read & write file. I assume having FileIO as a dependency isn't an issue ?...

Ha, I though I needed it to go trough paired files at once, but I can use `for (r1,r2) in zip(reader1,reader2)`. Would still be good to document it though.

Thanks, so the `read!` API is not deprecated ? might be worth mentioning it in the docs then. It was nice to have the same API for XAM, FASTX and...

Another thing to keep in mind when typing the function is that it would be nice for them to be compatible with ForwardDiff and such, which I think means `T

@famura this package is not registered and not up-to-date. I got a PR for updating it but it wasn't merged, you can try this, it might work : ]add https://github.com/jonathanBieler/LaTeX.jl.git

Maybe I should register my fork, I still find this package useful at times.

@famura I think running that line should do it (with texname being the path to your tex file) : https://github.com/rened/LaTeX.jl/blob/master/src/LaTeX.jl#L113