Ron Rock
Ron Rock
Nice list. By the way, have you seen [this](https://github.com/blog/2228-simpler-github-pages-publishing)? It might make the whole job of setting up docs on GitHub even easier, if everything can stay on master.
I don't think you can do it. By looking at the Matlab code, you're effectively "tainted". Someone else will have to pick it up.
I've run into a problem with `InterpIrregular`, it doesn't seem to handle the combination of `BCnearest` and `InterpLinear`. ``` # First, the tests julia> using Grid julia> Eps = sqrt(eps())...
Ok, I think I've fixed this. Pull request coming shortly... #11
Same problem here with fontconfig. Happy to help troubleshoot.
Fabulous, that worked! I'm not sure what fixed it from your commits, but whatever. For the record: ``` Pkg.update() Pkg.checkout("Homebrew") Pkg.update() # just paranoid here Pkg.build("Homebrew") ``` And I'm greeted...
> I'm so pleased there's some light at the end of the tunnel! But it's not working just yet: @cormullion, it looks like some issue with your Github credentials. You...
Works for me after fixing up fontconfig as in #211.
I had similar problems. In addition to the git fix above, I needed to do: ``` julia> using Homebrew shell> which brew /Users/rrock/.julia/v0.6/Homebrew/deps/usr/bin/brew shell> brew uninstall --force fontconfig shell> brew...
Hi Tim, Was out at a GRC. Did not know this-- thanks for the info and adding the write function.