-
Just upgraded to 2.1.3 (from 1.9 something or other).
I am getting an exception (see below). It's possible to workaround by
specifically adding Clojure 1.9 as a dependency. I think the error comes…
-
Hi, and thanks for a beautiful plugin! Learning Clojure these days, and this is a huge help in my editing experience...
I was wondering if it would be possible to implement a wrapping function, sim…
kflak updated
5 months ago
-
Steps to reproduce:
``` bat
lein new app helloworld
cd helloworld
lein run
Hello, World!
lein trampoline run
Error: Could not find or load main class clojure.main
```
Output of lein classpath clearl…
-
xtdb-http-client works fine with the code below **if** I remove the http-kit dependency. With http-kit available, it tries to use it and causes the error below
deps:edn
```
{
:deps {org.clojure…
-
Could you please point me to some example for writing message queue pact tests. If clojure examples are not possible then java example will also work.
I am having trouble finding equivalent of **C…
-
When I was learning jepsen, I encountered an error and had no clue in the database automation section.
jepsen:0.1.16(I also tried 0.1.13)
os:Debian 10.x
etcdemo.clj:
```
(ns jepsen.etcdem…
-
Hi,
While trying to setup a clojure app with yeller, I got the following stacktrace
https://gist.github.com/cddr/ab1a2a7f2d1fc8dad655
Adding `[org.apache.httpcomponents/httpcore "4.4"]` to the app'…
-
I have been trying for some days now to follow the android-clojure tutorial over at:
https://github.com/alexander-yakushev/events/blob/master/tutorial.md
"Android App Development with Clojure: An Inte…
-
Hi, nice project, many thanks!
I'm using it for the first time, and in my project already has next.jdbc as a dependency. Question: would a PR replacing clojure.java.jdbc for next.jdbc would be well…
-
What should be the package name while requiring git dependency in code?
For example here is my code of project.clj:
``` clojure
:plugins [[lein-git-deps "0.0.1-SNAPSHOT"]]
:git-dependencies [["https:…