-
### Log
```
$ lein do clean, figwheel
Figwheel: Cutting some fruit, just a sec ...
Retrieving ring-http-basic-auth/ring-http-basic-auth/0.0.1/ring-http-basic-auth-0.0.1.pom from clojars
Retriev…
ghost updated
7 years ago
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Follow up to #5292
I'm not sure how to reliably reproduce this, but I'll attach my `Zed.l…
-
The `company-gen` uses a `name` and `type` that is not defined as an argument, therefore it falls back to the `clojure.core/name` and `clojure.core/type` which are functions:
https://github.com/jgr…
raszi updated
3 months ago
-
Trying to log an exception using `(error! ex)` fails in `setBody`
```
value must not be null
java.util.Objects/requireNonNull at Objects.java:259
io.opentelemetry.api.incubator.logs.AnyValue…
-
This should return false in Clojure. In ClojureScript it returns true.
```clojure
((-some-pred []) true) ;=> true
```
I think this line needs to be configurable.
https://github.com/metosin/…
-
I'd like to load a file which defines a namespace and a single function,
but cursive believes there are circular dependencies. The file loads fine
using cider, as I've used cider on this project fo…
-
Lumo binary (download from either GitHub Releases or `npm i -g lumo-cljs`) does not run in NixOS 19.09.
```
$ ./lumo_linux64
zsh: no such file or directory: ./lumo_linux64
```
It seems that i…
-
The [sablono wiki](https://github.com/r0man/sablono/wiki/Optimization-Tips#avoiding-ambiguity-of-attributes--children) suggests that Sablono can emit faster code when an element has an unambiguous att…
-
In a ClojureScript runtime `oksa.parse/-name` is redefing `cljs.core/-name` which causes a warning.
Warning message:
```
------ WARNING #1 - :redef ----------------------------------------------…
-
Hi, is there any chance that you could update the jdbc driver to v0.7?
Thank you!