Andrea Richiardi

Results 509 comments of Andrea Richiardi

Confirm that the `cljs-tooling` lib solves the completion problem in cljs and maybe after the ongoing PR will be also what lumo uses. Away from the keyboard for our two...

I see, I opened this because I had some exception and I basically realized that according to your message I don't have any completion in `boot` when using a socket...

Compliment sends back edn. So I am thinking we could have a var containing a function which is called with whatever the completion command returns. This function would be user...

Or a different module `inf-clojure-company` can provide this function for `company-mode` for instance.

I am working on a solution for this, it will require `compliment` on the classpath.

@vemv yes sorry I did not change one small thing, let me fix that. The one I am showing there is the right code though.

I saw that parameter in the reply repo and I had to dig into the source. Thanks for trying, I think it was working here. I use lein with the...

The function building the options for reply is [this one]( https://github.com/technomancy/leiningen/blob/3fd92945ba25837afb5f9c14cafdafb8e70a493e/src/leiningen/repl.clj#L95) and it seems the options is passed through. It might require some more digging in order to solve the...

I checked and there shouldn't be any limitation from `comint` for one repl per project setups. The only thing to "share" across buffer is the `inf-clojure-repl-type`: it is filled lazily...

Actually scratch all of that, I see that the feature is already [there](https://github.com/arichiardi/inf-clojure/blob/set-repl-buffer-repl-type/inf-clojure.el#L395) :open_mouth: !