Results 44 issues of Andrey Listopadov

I often have to connect to a remote REPL running behind an SSH. CIDER has this custom option `nrepl-use-ssh-fallback-for-remote-hosts` which I relied on for quite a long time until recently....

This change to `eros-eval-overlay` makes it possible to use EROS with any other evaluation function as long as it returns a string without extra quoting. Thus other languages may set...

## Expected behavior ```clojure user> (add-lib 'cheshire/cheshire {:mvn/version "5.13.0"}) [cheshire/cheshire com.fasterxml.jackson.core/jackson-core com.fasterxml.jackson.dataformat/jackson-dataformat-cbor com.fasterxml.jackson.dataformat/jackson-dataformat-smile com.google.code.findbugs/jsr305 com.google.errorprone/error_prone_annotations com.google.guava/guava com.google.j2objc/j2objc-annotations org.checkerframework/checker-compat-qual org.codehaus.mojo/animal-sniffer-annotations tigris/tigris] ``` ## Actual behavior ```clojure user> (add-lib 'cheshire/cheshire {:mvn/version "5.13.0"})...

This is a minor inconvenience. Here's an example. Imagine you've written the let block, and you've just finished writing the expression: ```emacs-lisp (let ((first-binfing (some-expression with args)|))) ``` (`|` represents...

enhancement