-
`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…
-
Callbacks don't get called when subscribing to [shared subscriptions](http://www.hivemq.com/blog/mqtt-client-load-balancing-with-shared-subscriptions/), e.g. `$share/group/topic`, using the `subscribe…
-
https://github.com/liquidz/antq/blob/main/doc/avoid-slf4j-warnings.adoc
Clojure [describes](https://clojure.org/reference/deps_and_cli#tool_install) tools as:
>The Clojure CLI supports the idea …
-
As I understand the idea of `knossos.competition` checker is to run `linear` and `wgl` checkers in parallel. But actually `linear/start-analysis` is blocking calling thread on `knossos.model.memo/memo…
-
Robot provides a menu of verbs of the most common operations. It's also useful to have custom programmatic transformations. Some can be done with the SPARQL command, but not all.
It would be great …
-
I tried this one in a fresh project (Clojure/seesaw 1.3):
`lein repl`:
``` clojure
(use 'seesaw.core) ; => nil
(invoke-later nil) ; => ArityException Wrong number of args (1) passed to: invoke$invok…
-
Would be great to be able to have plugins work directly with Scala. Of course since it runs on the JVM, it's possible to use the existing Java interface, but it would be nice to have a Scala-native AP…
-
I have a clojure project that is about to include some EMR code. I already have a lein project, so it would be nice if I could just add a dependency on lemur and then build my own tooling around it.
-
See also #29695
It's a little annoying to have to create duplicate function signatures for all the functions we want to `^:export` in `metabase.lib.js`... it would be nice if we could attach `^:exp…
-
Just cloned the project, and I'm wondering what if we use [Compose for Desktop](https://www.jetbrains.com/lp/compose-desktop/) for UI.
By doing that we won't need to solve Swing related problems. In …