Evan Fields

Results 11 comments of Evan Fields

Also worth noting that I tried locally changing the Hexagons.jl `cube_round` behavior to be `(0,0)` aligned. Hexagons.jl tests break, but the Gadfly result seems much better: `plot(x = [-10,0,10], y...

Ah, I forgot to comment in this issue after making the upstream PR. The linked Hexagons.jl PR (still awaiting review) seems to fix this issue.

Thank you for the response and tip. Right now I'm working on some other personal projects so unfortunately it's unlikely I'll open a PR.

Thanks @amitmerchant1990 ! What's the easiest/recommended way to move an existing Jekyll Now blog (hosted on github pages) over?

Hi, thanks for looking into this. > Could I check that your jotting project has a source file with a module expression in it? It doesn't -- I'm just following...

Following up, I can indeed also build the local image for a responder defined within a proper package. Here's the setup, with longer `pkg` outputs truncated: ``` evan@DESKTOP-12KR94V:~$ julia _...

In this case `jotting` was just an environment, not a project: I did `mkdir jotting`, `cd jotting`, then in Julia `]activate .`. > OK - great - so if I'm...

Yep, with two solid work-arounds this isn't at all blocking for me. Thanks for looking into it!

Thanks for this meta-issue! I'm trying to pull [TravelingSalesmanHeuristics](https://github.com/evanfields/TravelingSalesmanHeuristics.jl)'s docs out of the dark ages (apparently made 4 years ago and not updated meaningfully since) and finding it pretty confusing....

@bjarthur apologies for the pestering tag but looks like you have merge privileges here and this would fix the downstream Gadfly bug. Let me know if you'd like any changes!