-
It seems that the project uses a version of http-kit that is incompatible with JDK 9 and above. It is fixed upstream and upgrading it will help in JDK 9 compatibility.
Relevant http-kit upstream is…
-
In JDK9+, DataHandler appears to be dropped. Therefore, an error is thrown:
```clojure
#error {
:cause javax.activation.DataHandler
:via
[{:type clojure.lang.Compiler$CompilerException
:…
-
In my opinion, an ability to make templates a slightly dynamic will help visualize possible changes in templates based on template variables. I'm thinking about something similar to Selmers' [`{{ if s…
-
First of all thanks for doing this. I have had nothing but trouble trying to get zmq working from Clojure.
I get:
no jzmq in java.library.path
[Thrown class java.lang.UnsatisfiedLinkError]
when …
maacl updated
12 years ago
-
I see that `deps.edn` lists `clojure.data.json` as a dependency, but `project.clj` doesn't. I suspect that the JAR is generated from `project.clj` hence the missing dependency.
-
Hello,
I notice there have been several issues opened due to the same root cause - that core.typed was not being required in the project's dependencies. I stumble on this issue and forget to add it m…
-
Hi,
I am having a weired problem. When I place ring-serve as a dev-dependency, the repl is not able to find it in its path. I have tried it both with eclipse and clooj and both fail to find it and gi…
-
### Neovim version
v0.10.0-dev-510+g3c4890d1e
### Language affected
clojure
### Query
_No response_
### Strategy
_No response_
### Description
In a clojure file, using the…
-
Gosh, I might have gone too deep down the rabbit hole this time...
I reviewed some similar issues found here: https://github.com/BetterThanTomorrow/calva/issues?q=is%3Aissue+is%3Aopen+go+to+definit…
-
Hey @Lokeh JS dev here, just started learning Clojure. I appreciate your work in integrating JS/react tools, and just now read your "when-is-immutability-fast" article.
Regarding your "wrapping al…