Mimmo Cosenza

Results 16 issues of Mimmo Cosenza

added a limitations paragraph with the note abut austin not supporting :none option in cljsbuild.

I added a comment for the Leiningen :source-paths in the sample.project.clj

It seems to me that after you start a CLJS bREPL on top of a CLJ REPL, if you stop the former and then restart it, you can't connect anymore...

It seems that if I do not first require a namespace of a lib in a requirement expression of a another namespace declaration written in cljs source file, the repl,...

By switching from `"0.2.0"` release to `"0.3.0"` release I got the fallowing dependencies warning and error: ``` bash ... Writing boot_reload.cljs... You are missing necessary dependencies for boot-cljs-repl. Please add...

I Creighton, I had the chance to add austin to domina, so I did it. I started from the previous "restart" branch and then progressively added all the needed things...

hi, here is a pull request which started porting domina test on clojurescript.test as we did in enfocus. At the moment I did not add the piggieback and the ring/compojure...

When `test` task is used in a TDD workflow and you do not pass it any specific namespace, it's performance would not be judged acceptable by a TDD practitioner. You...

Hi @bensu I'm using your `doo` lib via the great `test-cljs` lib by @crisptrutski (with phantomjs at the moment). Even if I'm not a TDD practitioner, there are few of...

currently, cider directly uses `eldoc-mode`. Cheers