reply icon indicating copy to clipboard operation
reply copied to clipboard

REPL-y: A fitter, happier, more productive REPL for Clojure.

Results 22 reply issues
Sort by recently updated
recently updated
newest added

``` ingy | technomancy: I noticed an oddity in `lein repl` yesterday. maybe nashi74 told you. ingy | https://gist.github.com/ingydotnet/cb11e16749495015056d285dee031b66 ingy | not a big deal obviously but thought someone should...

In a recent change, `lein trampoline run` failed, but the test suite didn't catch it (😿) because the nrepl integration spec currently [attaches to an nREPL server that's spun up...

Reply register a SignalHandler when connect to a remote nREPL server. this cause Signal class hold a function from Clojure and can not unload all Clojure related classes and CassLoaders....

> nREPL server started on port 34653 on host 127.0.0.1 - nrepl://127.0.0.1:34653 > REPL-y 0.4.3, nREPL 0.6.0 > Clojure 1.10.0 > OpenJDK 64-Bit Server VM 1.8.0_242-b08 > > #::{:a 0}...

Hi! Just adding an issue here for reference purposes. See cgrand/parsley#15. Thanks!

Can one of these options be used to pretty-print the repl output? In particular, can the behavior of [whidbey](https://github.com/greglook/whidbey), which uses [puget](https://github.com/greglook/puget), be obtained by associating puget with either --print-value...

Hello! I'm trying to get reply set up via `deps.edn`, and for the most part it works fine. However, the only feature that doesn't work is Ctrl+C out of blocking...

Once https://github.com/trptcolin/reply/issues/186 is in place, we can make the changes required for `[nrepl "0.4.4"]` and update.

blocked

Similar to #168. Example using `lein repl`: ``` user=> (assoc {} :% RuntimeException EOF while reading, starting at line 1 clojure.lang.Util.runtimeException (Util.java:221) ```

I'm curious if there's a list of all features somewhere. Mostly I want to know if I've been missing out on cool features that I didn't know about.