Mike Rodriguez
Mike Rodriguez
I still get logger output interleaved with the JS output that was discussed in #1 when using `[vvvvalvalval/scope-capture "0.2.0"]` in ClojureScript with Leiningen/cljs-build/figwheel setup. This problem seems to come and...
I've noticed the project had always tracked release versions via tags, changelog, and github releases in the past. The recent version 1.2.0, seen here https://github.com/clj-commons/pomegranate/commit/aa3a9bcf9162e27e985bd3bc0d59f35567d431ec seems to have abandoned this...
The CLJS dev setup is less than ideal. I'd like to get it working with a more modern figwheel/sidecar sort of setup. Also, the cljs testing seems to be disorganized....
`clara.rules.platform/group-by-seq` can cause a subtle defect when Clojure record are involved. More generally, the problem is that `c.r.p/group-by-seq` uses a `java.util.LinkedHashMap` to perform the grouping operation. This is a Java-based...
On the Clojurians #clara Slack channel user `enn` reported an session compilation error that didn't make sense in something like the following Example 1: ```clj (mk-session [(dsl/parse-query [] [[:not [:and...
I noticed that the [current version of ClojureScript that Clara is using](https://github.com/cerner/clara-rules/blob/0.16.1/project.clj#L10) for building and testing is by CLJS standards fairly ancient now. I understand the desire to support older...
**Describe the bug** I've tested this behavior across several 2.9.x versions of `lein`, but looking at the code involved, it doesn't look like anything has changed that would affect the...
I am observing the same problem again as reported and solved in https://github.com/clojure-emacs/cider/issues/3503 The only differences will be in the versions involved. After initializing a cider clj & cljs repl...