Jony Hudson
Jony Hudson
I think you probably will need to run the renderer js - the "content" keys in the rendered output are just HTML snippets, and need to be pieced together by...
Nice work, this looks neat! I think you're still going to need to deal with rendering the output though. If you try your code on a worksheet that has more...
That looks great :-) I think the only thing missing is LaTeX support. It should be really easy to add, though. Should just be the bit of code following: https://github.com/JonyEpsilon/gorilla-repl/blob/develop/resources/public/js/mathJaxViewer.js#L21...
This is looking really good. Probably the best thing is to send a PR through and I'll merge it in and do a bit of testing. Thanks for all of...
Yes, this would be great, and I was keen on adding it in the first release. The reason it's not already in there is because I have no idea really...
Yes, I wonder ... all of the structural information about what the expression represents is there already in the renderer's DOM output (vectors have class 'clj-vector' etc etc). So I...
No new thoughts really. It's something I'd like to see, but I also think it is pretty difficult to do, so haven't attempted it. There isn't a way to suppress...
Can I ask what the motivation for removing the socket connection is? Is there a use case where having the socket open on localhost is not acceptable? It would be...
Thanks :-) I can't decide yet whether using the list-like construction is an elegant work of genius, or a bit of a hack! It's certainly a very neat and minimal...
Hi, just a quick ping as am on my hols at the moment! Will have a proper look once I'm back :-)