-
This came up in the #dhall channel of the functionalprogramming Slack and I wanted to record it here as a reminder
-
I am starting to learn Clojure on Windows 10 and just installed the Calva VS-Code extension. Upon trying to run the Calva: Fire up the Getting Started REPL files I get the following error in the Term…
-
Sometimes when I'm using IntelliJ it just freezes, I close with a Force Quit. When I open it again it shows me this error:
```
Freeze for 20 seconds
IDE KILLED! Sampled time: 14200ms, sampling ra…
-
`add-missing-libspec` is not sensitive to the language in which the dependency is used. Consider the following.
When I select "Add missing 'clojure.string' require" the result is as follows.
…
-
**Describe the bug**
I was expecting this to be fixed in #630. But today I played around with xtdb and no namespace-qualifed keys at all 😟 :
![Screen Shot 2021-11-23 at 11 18 46 PM](https://user…
-
Raised by me in rewrite-cljc-playground, see https://github.com/lread/rewrite-cljc-playground/issues/64
**Source**
Chat initiated by @sparkofreason (and @sogaiu many moons ago) on [Slack](https:/…
lread updated
3 years ago
-
I have a file that I just refactored into two smaller files. After that, jumping to a symbol sends me to a wrong location.
E.g. I have a function `get-random-angles` that's defined on line 187 after …
-
**Describe the bug**
Keywords and symbols should have a message that says that there can only be one slash in `name`.
Example invalid keywords: `:my/prefixed/kw` and `'my/prefixed/symbol`.
The …
-
In the migration away from lsp4j and the associated refactoring of the coercer, I missed something. The coercer checks code actions for a key `:preferred`, which is put in the json as `"preferred"`. T…
-
Hi!
I'm having a few clojure project and ns auto creation doesn't work at one of projects. I couldn't get any reasons why.