-
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
-
All the classes from dependencies end up in the packaged jar. This is different than the default of maven, and not what you want when you intend to publish the project to a maven repository and consum…
-
Think of replacing existing custom EventBus component with clojure rx. There is already dependency for clojure rx, why not to be consistent!
-
For those landing here on or after 6 March 2022.
I updated the dependencies in the project.cjl files to the following
```clojure
:dependencies [[org.clojure/clojure "1.10.3"]
…
-
Hi,
I am trying to install [Dirac][1] on a Macbook Air M1 running Monterey 12.5.
I am following the [documentation][2] which indicates:
```
curl -s https://raw.githubusercontent.com/binaryage/…
-
Hi! Just adding an issue here for reference purposes. See cgrand/parsley#15. Thanks!
micha updated
5 years ago
-
I've tried make spiral and ring-reload work together without success.
I'm getting the following error:
```
ERROR http-kit - Encountered unhandled error from spiral httpkit adapapter.
java.lang.Excep…
-
```
Could not transfer artifact com.specs:specs-lib:pom:1.0 from/to clojars (https://clojars.org/repo/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.ce…
-
I installed [boot](https://github.com/boot-clj/boot#install) to `$HOME/bin`, cloned this repository here, and ran `boot run`, which resulted in the following stack trace:
```
clojure.lang.ExceptionI…
ghost updated
6 years ago
-
#### Description
When running `boot show -u`, it prints dependencies with exclusions like this:
```
[com.cemerick/piggieback "0.2.2" :scope "test" :exclusions [[com.google.guava/guava]]]
[com.da…