-
The features I would expect to find in my Clojure development environment, with a bias towards highly effective interaction via the keyboard and an uncluttered user interface.
Typically assembled w…
-
```
Classpath conflict: org.clojure/clojure version 1.8.0 already loaded, NOT loading version 1.3.0
```
If you specify a Clojure version in `boot.properties` and don't specify the same Clojure vers…
-
```shell
$ cat deps.edn
{:deps
{org.clojure/clojure {:mvn/version "1.10.0"}
org.clojure/tools.logging {:mvn/version "0.4.1"}}}
$ clojure -Sdeps '{:deps {olical/depot {:mvn/version "1.7.0"}}}' …
-
I was playing around with the example trying to learn how to deal with databases.
The recent syntax change `create-table-ddl` requires a change of dependencies in `project.clj`.
After changing the d…
-
consider this minimal `project.clj`:
(defproject ancientclojure "0.1.0-SNAPSHOT"
:plugins [[lein-ancient "0.6.15"]]
:dependencies [[org.clojure/clojure "1.8.0" :upgrade :clo]])
…
-
For example,
```
lein with-profile base pedestal uberwar
```
Will only include the base dependencies and clojure files
```
lein pedestal uberwar
```
Will include develop dependencies and…
-
Running the command `lein new quil drawing` creates a project. When running `lein deps` in this drawing project, warnings are generated
```
~/p/clojure➜ lein new quil drawing-test
Generating fresh '…
-
## Dependencies
``` clojure
{:dependencies [[org.clojure/clojure "1.10.2-alpha1"]
[com.cognitect.aws/api "0.8.539"]
[com.cognitect.aws/endpoints "1.1.11.692"]
…
-
Project.clj:
```
(defproject edb-device-connect "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.9.0-alpha14"]
[com.fzakaria/slf4j-timbre "0.3.2"]
[…
-
Broken out from #87.
## Currently
There is no quick-to-digest summary of vulnerable dependencies.
I think an at-a-glance summary is very helpful.
Maybe you do too?
## What do others do?
I lo…
lread updated
2 months ago