-
I'm trying to deploy a project that references another gitlab repo as a dependency through clojure deps.
In order to have the required ssh keys, I use the following custom buildpack on top of the c…
-
I am trying to use this plugin to include [clj-pnm](https://github.com/28/clj-pnm) as a dependency.
I have this in my `:dependencies`
`[28/clj-pnm "c7f635d0e4f163f5eaf9ffd89ffd585a617e15cd"]`
W…
-
HttpServer#tryWrite
```
// in SocketChannelImpl#write, it will change the buffer's position to it's limit.
// so the following if always get false.
ch.write(buffers, 0, buffers.length);
if (buf…
-
Providing the checkouts option on the command line currently throws an exception:
```
boot --dependencies clojure.java-time:0.3.0 --checkouts clojure.java-time:0.3.0 repl
```
```
java.lang.Nu…
-
Steps to reproduce:
1. `lein try` with a project that has only deployed snapshots, but no releases
Expected result:
- Snapshot version is downloaded and REPL is started
Actual result:
-…
-
Hello and thanks for making this. I would not be able to use clojure at work without it.
Is there any chance of supporting tools.deps, by which I mean using the clojure cli to report dependencies, …
-
This is roughly what the stacktrace (from lein deps) looks like.
This is after running `lein deps` on this project.
Downloading: cuke4duke/cuke4duke/0.3.3/cuke4duke-0.3.3.pom from clojure
Downloadin…
-
[Clojure](https://en.wikipedia.org/wiki/Clojure) is a popular functional language that targets host platforms on the [JVM](https://clojure.org/), [JavaScript](https://clojurescript.org/), and more ([1…
-
I'm having a trouble with loading an external cljs dependency (datomic-cljs). I tried various things, including restarting Light Table as suggested here: https://github.com/LightTable/LightTable/issue…
-
I ran into a problem running codox with the latest crux. I assumed it was something to do with the asm 7.1 dependency from rocksdb. I'm not very confident how good the fix is, but it does work for me
…