-
When using gui-diff under Clojure 1.7 you get:
WARNING: cat already refers to: #'clojure.core/cat in namespace: net.cgrand.parsley.fold, being replaced by: #'net.cgrand.parsley.fold/cat
This comes f…
-
Tests for the following use cases (guess they should be separate issues - create ones if you think so):
- Open the welcome page
- Login as admin
- Register as a new user
- Logout as admin
- logout as …
-
Works great in 1.5.1, but I get this error with 1.6:
`No protocol method ITransientAssociative.-assoc! defined for type object: [object Object]`
-
Clojure files hang sometimes in the UNSAVED state event after `Cmd+s` or `File -> Save`. Not sure it's an extension issue – need to figure out.
Here is [the first mention](https://github.com/avli/c…
-
Would be great to have similar annotations as your clojure-lint-action. Is that on the roadmap?
-
I'd quite like to use this library as I need to programmatically generate several complex diagrams in svg. Unfortunately all my attempts, including loading and running the test generate the following …
-
**Describe the bug**
A function redefinition lint message is shown based on non-project (i.e. system installed) clojure, but the clojure version declared in project does not define that function.
…
-
**Expected behavior**:
Run the application locally.
**Actual behavior**:
I got an error.
```
polis git:(edge) ✗ docker compose up --build
[+] Building 20.3s (32/41) …
-
I received this error when executing 'lein test' in the onyx-dashboard directory.
```
$:~/onyx/onyx-dashboard$ lein test
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found bindin…
-
## Steps to reproduce
1. `cider-connect-clj` to a remote nrepl over SSH on port 65000
2. Kill that repl.
3. `cider-connect-clj` to local nrepl on port 65000 (same port as remote).
## Expected be…