-
Hi,
I get the following message while trying to compile a sente project using the aleph community adapter:
```
Execution error (ExceptionInfo) at taoensso.truss.impl/default-error-fn (impl.cljc…
-
This is a newbie question, trying to use the lein-tool-deps with my project, but I can't seem to get the uberjar part to work. When I run lein uberjar, I see the target directiory and the SNAPSHOT.ja…
-
```nix
mkBabashka {
bbLean = true;
wrap = false;
};
```
I thought I would try to build a version of babashka like this with no extra features, but it doesn't seem to work:
`…
-
Anyone else has problems with uberjar and compile? It just won't complete.
I have to use a Runner class as a workaround and run my clojure code without AOT which results in long startup times when I r…
ghost updated
8 years ago
-
There are several projects that places everything uberjar related (like the uberjar-name) into an uberjar-profile. When this is the case, the user gets an error saying that this plugin only supports u…
-
Currently, ArrowBuf class directly access the package-private fields of AbstractByteBuf class which makes shading Apache Arrow problematic. If we relocate io.netty namespace excluding io.netty.buffer.…
-
Probably related to https://github.com/lambdaisland/metabase-datomic/issues/3, but I'm hitting the following error trying to build an uberjar for datomic pro
```
lein with-profiles +datomic-pro uber…
-
An Uberjar is a JAR combining many JARs in repackaged format. In contrast with a fatjar, it does not contain nested JAR-in-JAR.
https://maven.apache.org/plugins/maven-shade-plugin/ is one of the tools…
-
## Description
Cursive appears to have an issue with correctly compiling ahead-of-time settings
when unquoting the expression. This results in an inconsistency between Cursive
and `lein uberjar`…
-
Currently, the only artifact for releases is the source code.
Whereas this is certainly good for reproducibility purposes, it has no "every day" use case.
Ideally, it would be nice to add:
* A …