Jony Hudson

Results 91 comments of Jony Hudson

Hi @behrica. Thanks for the thoughts! I think the point about restarting the JVM is a very good one. I think there are quite a few reasons that it would...

Thanks :-) And thanks for the comments. A note, point 2 is already possible, kind of, as you can link to other worksheets with /worksheet.html?filename=. What's annoying is that if...

This was done to stop the case where you click on a link and then lose your unsaved work in Gorilla, which is very annoying! Having a modifier that allows...

Isn't that the expected behaviour? I would have guessed that `repeatedly` would generate an unrealised lazy seq, so none of the print functions will get called unless something realises the...

Huh, good point. That _is_ very weird. Looking in the debugger, I don't see any `out` messages coming back from the nREPL server, so I suspect the bug might be...

Argghhh. The endless problems of nREPL middleware! Fundamentally the difficulty is that nREPL wasn't really built to accommodate the rich variety of tooling that's grown up around it. Specifically, in...

Thanks for the notes. I'm a bit busy at the moment to get much done on Gorilla, but remote REPL is high on my list once I have some more...

This will be easier if we go to using Leiningen to start up the nREPL server with the `lein repl` task - see #111 .

Yes, this would be great. I think it's just a matter of coming up with some functions, probably in the `gorilla-plot` ns, which generate the appropriate vega data structures from...

That would be great, thanks!