-
Hi,
I'm facing some troubles with my migration from commons-cli to picocli.
Currently the project I migrate provide such structures for CLI calls: (adapted for the example)
```
// create a new u…
-
**Describe the bug**
Adding a new `.cljs` or a `.cljc` file to an existing project seems to "disconnect" the `clojure-lsp` process from emacs. This causes either timeout warnings (`lsp-request: Timeo…
-
Hi, I see quarkus-logging-manager GUI has been added as part of quarkus DEV mode. Is there a way to include it in uber-jar so i can use this in DEV/QA/LIVE environments ?
Thanks
-
Hey Eric,
I've been implementing persistence on my end using Jena's TDB. One issue I've run into is some wonkiness created by laziness, specifically by [the call to `lazy-seq`](https://github.com/o…
-
In the output of GraphMavenResolver.resolveFullDependencySet() for it.unimi.dsi / dsiutils / 2.2.2 (compile scope) we find dependencies like ${pom.groupId}:javax.servlet:1.0.0 containing what appear t…
vigna updated
2 years ago
-
In the output of GraphMavenResolver.resolveFullDependencySet() for it.unimi.dsi / dsiutils / 2.2.2 (compile scope) we find hundreds of dependencies (see below). The actual dependencies (at the current…
vigna updated
2 years ago
-
## Expected behavior
Cider jack-in works.
## Actual behavior
Cider jack-in fails as from very recently. It has a stack-trace in the *Messages* buffer. When I copy the lein startup command to …
-
> Another caveat - You cannot have any 'def,defonce' variables defined in your export
> file. Any persistent state must be referenced also from your main class in your
> jarfile so it will have to …
-
# issue description
When I try to perform a `lein uberjar` of a project that uses `pathom 2.3.1`, I get following error in AOT compilation:
```
Syntax error compiling fn* at (com/wsscode/pathom…
-
Turns out that the rewrite-clj parser doesn't accept any of the Clojurescript elements: `##NaN`, `##Inf`, and `##-Inf`. Thus, zprint doesn't handle these well. There is a project underway, `rewrite-…