gorilla-repl icon indicating copy to clipboard operation
gorilla-repl copied to clipboard

A rich REPL for Clojure in the notebook style.

Results 57 gorilla-repl issues
Sort by recently updated
recently updated
newest added

As my gorilla clojure blocks get bigger, I start refactoring code and get therefore sometimes exception in my code blocks. It seems to me that, even if several exception occurred...

bug
core

I openeded an issue for the nippy library here: https://github.com/ptaoussanis/nippy/issues/57 But It might be a Gorilla repl problem. I cannot reproduce it in a non-Gorilla repl (Emacs or leiningen).

bug

I noticed a case where a complex exception is not shown in the Gorilla Repl, it just renders a red empty box in the output. The real stacktrace is this,(copied...

bug
core

Not doing this results in some unexpected behaviour with namespaces. The user might think it should be bound to the worksheet, but at the moment it's actually bound to the...

core

This may be a Vega issue, if so I'll move it, but there are definite issues plotting extreme values. Consider this function & plot, ``` clojure (defn g [x] (Math/log...

plot

Explain how to run gorilla in development, and how to test releases with `lein install`.

website

It feels unexpected that if you accidentally click on some markdown/note text, you can't just click anywhere outside of the text field to re-render it as html. I notice that...

core