-
Just starting but the command `lein notebook` cause issues and not sure any way around it
`
Retrieving cider/cider-nrepl/0.10.2/cider-nrepl-0.10.2.jar from clojars
clojure.lang.Compiler$CompilerE…
-
#### Summary
To get actionable results quickly, everything is going to live in a single module and the only artifact from build output will be a command line tool for working with the data. This is…
-
Hi, just playing around with this and our clojure spec generators.
It would be handy if `:set` could somehow be fed into the generator so I could do: `(s/gen schema {[...] #(gen/return ...)})` for …
-
I have cljc file like this
``` clj
(ns app.shared
(:require
#?(:cljs [reagent.core :as r :refer [atom]])
))
```
The first build works successfully, but if I save this file, i get t…
-
Continuing a recent discussion at Clojurians Slack, I have had some experiments porting Meander to Clojure 1.8.
The following changes were necessary:
* Changing the Clojure dependency to "1.8.0"
…
daslu updated
3 years ago
-
Currently if I type a namespace aliased symbol like `strs/join`, Cursive's inspection highlights it and offers a quick fix to require `clojure.string` for me. However if I type `::my-specs/thing` I ge…
-
Hi @jmckitrick
I was looking for some sample project from which I could learn about adding JWT authorization to a luminus based service application and I stumbled upon your demo, from which I coul…
-
Hello,
i could not find an earlier post about this, i'm sure this must have been talked about many times before.
I use YAML to program code for (esphome)[www.esphome.io] for some time now. And YA…
-
### 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.
…
-
Example code:
```clojure
(ns my.foo
(:require
[clojure.spec.alpha :as spec]))
(s/def )
```
When you start typing the `s/def` Cursive will have the autocomplete dropdown appear. But …