-
[`libpython-clj`](https://github.com/clj-python/libpython-clj) is library to interop Python and it loads dependencies dynamically. Curisve doesn't show hints (code auto completion) when typing.
Exp…
-
That could be a nice addition: http://blog.fikesfarm.com/posts/2015-06-10-analyze-path-ftw.html
-
Thanks for building Joinery! I've had a lot of fun playing around with it a little recently, it definitely opens up interesting possibilities. I ran into a couple of small issues while exploring it a …
-
```
(ns powerkeg-test.core
(:require [cider.nrepl]))
(defn main
[& args]
(let [port
5557
server
(clojure.tools.nrepl.server/start-server
:port port
…
-
**Is your feature request related to a problem? Please describe.**
Some people are always frustrated that CIDER requires some additional setup (namely the need for `cider-nrepl`) and would prefer i…
-
Recently someone was wondering on Reddit why there is no Reagent version of react-devtools (https://www.reddit.com/r/Clojure/comments/aehzbv/reactdevtools_for_reagent/). It got me thinking that indeed…
-
I don't have time to put together a test case, but it looks like exceptions in calls to discovered vars aren't reported back to emacs or the repl. If that's the case, it would be great if nrepl.disco…
-
If we try to load a file
```
(ns foo.load-require)
(require 'foo.bar.baz)
(def a true)
```
with `(load-file ...)` it will fail because `(require ....)` is a repl special and needs "special" treatme…
-
## Steps to reproduce
1. Install redcar 0.12 and redcar-clojure 0.2.
2. Open Redcar
3. Bundles -> Installed Bundles.
4. ???
5. Redcar crashes.
I'm not sure if this is an issue with the Clojure plugin…
-
Right now I'm using `console.currentPane().onDidDestroy(...)`, but it's also emitting the signal to close the console when I drag it.
Is there a way to detect that the console was closed?