-
This library depends on an old clj-http version (1.0, instead of new 2.0), this causes a conflict.
With Clojure 1.7.0: `WARNING: update already refers to: #'clojure.core/update in namespace: clj-http.…
keorn updated
8 years ago
-
Would be cool add a kinda of project.clj file so you can almost developm online with the lib that you need...
When you are able to connect a gist/bin to another would be not very difficult build a na…
-
Hi!
I'm glad to see that you're using multiple-cursors and expand-region. :-) Maybe you'd also be interested in clj-refactor? https://github.com/magnars/clj-refactor.el#thread--unwind-example
It's …
-
Because `(finally ,,,)` takes a body of expressions, I think clj-kondo should report `:redundant-do` for the following:
contents of `src/redundant_do_in_finally/core.clj`:
```
(ns redundant-do-…
-
**Describe the bug**
While creating the 'Question' everything runs as expected
But throws an error after saving the 'Question': Unfreezable type: class org.postgresql.jdbc.PgArray
As discussed e…
-
Reproduce as follows...
```
python3 -m pip install "psycopg[binary]"
```
script.py:
```python
import psycopg as pg
conn_str = 'user=admin password=quest host=127.0.0.1 port=5432 dbname=qd…
-
To make code reproducible it would be nice to include a `project.clj`
-
### Describe the bug
The global filter in the dashboard is not indexing the data properly and the containing pattern is not queried and displayed properly, and the filter is not working properly.
…
-
**Is your feature request related to a problem? Please describe.**
I would like to add support in `clojure-lsp` for `Basilisp`, a Clojure-compatible language running on the Python VM.
https://gi…
-
Hey,
From previous [discussion](https://github.com/helix-editor/helix/discussions/11484) around an issue with lsp go to definition, in turned out that for some languages (like JVM based languages e…