Jony Hudson

Results 91 comments of Jony Hudson

That's really neat. It would definitely be good to have something like that in gorilla-plot. I was doing some idle googling the other day, and came across this: https://github.com/cpettitt/dagre-d3 It...

Yes, I agree that this would be a useful feature. Although, I would add that from my experience of teaching Mathematica with notebooks, people don't seem to be too bothered...

Section folding would be a great feature, and there was an issue where we discussed this a bit #163 . It eventually closed as "won't fix" because I couldn't figure...

The plotting code is a very thin wrapper around Vega. I'm pretty sure Vega didn't support axis labels when I first wrote the plotting code, so there's no explicit support...

I think it would be very nice to have something like this. It's a little different from the command-line based REPLs as there are effectively two stages of rendering. First...

This is odd - it loads fine in Gorilla REPL itself, but the online viewer and the REPL use exactly the same parser code! So something must be happening to...

So, I think I've gotten to the bottom of this! I think the line-endings are a bit of a red-herring ... It looks like the problem is that the regex...

@log0ymxm Have re-deployed viewer with new code, seems to work now. p.s. all of the viewer code is in the main gorilla REPL project. There's a very tiny project to...

I thought I'd made the parser tolerant to having the newline at the end stripped, but looking at the code I think I didn't do it right. That ties up...