-
In short, if I run `lein figwheel` twice, without cleaning in between, then in the second session I get a compiler warning any time I try to access a variable—even though the variable is defined, and …
-
After doing my creds
(defcredential {:access-key ""
:secret-key ""
:endpoint "us-east-1"})
=> {:access-key "A...", :secret-key "...", :endpoint "us-east-1"}
…
-
I used the browser successfully some time ago, but now when I try to run it, I get
```
C:\Users\adi> lein repl
Retrieving clj-ns-browser/clj-ns-browser/1.3.1/clj-ns-browser-1.3.1.pom from clojars
Ret…
-
Version: `1.14.0-eap1-2024.1`
this didn't happen before. It was introduced in this new release of "inline eval results"
Having some non-serializable values in exception data (like a regex) cause…
-
System info:
```
Leiningen 2.3.4 on Java 1.7.0_55 OpenJDK 64-Bit Server VM
Archlinux, x86_64
```
And this is my _project.clj_:
```
(defproject lein_quil_test "1.0"
:dependencies [[org.clojure/clo…
-
This is freezing up my emacs.. can we use emacs-async to run the indenter?
https://github.com/jwiegley/emacs-async
ghost updated
8 years ago
-
Hi all, I have been longing for some minimal test support for ClojureScript for long time and I actually had a look at the code.
It seems to me it is doing a lot and I am quite wondering why. I did…
-
Firstly, thanks for your amazing work for the Clojure community.
I've been using `lein-ring` for some time now and in particular the `auto-reload` facility which I find very helpful.
However, …
-
Hello,
Recently nrepl updated to version 1.3.0.
It looks like this version of nrepl is incompatible with the clojure maven plugin, as if you execute "mvn clojure:nrepl" it will time out after 6…
-
I was working on [guile-nrepl](https://git.sr.ht/~abcdw/guile-nrepl) (asyncronous [network repl](https://nrepl.org/) for guile) and stumbled upon an issue: we can't do [interruptable] eval inside fibe…