-
I'm getting an error when I try to use viz.clj 0.1.1 with the current clerk release, 0.4.316. Not sure if I should report this as an issue for clerk too. (I don't assume that it's worth fixing this …
-
Function metadata will allow tooling such as [ElDoc](https://docs.cider.mx/cider/config/eldoc.html) help the user know what arguments are expected.
Here again, the experience of Libpython-clj can t…
daslu updated
7 months ago
-
We currently generate `libs.md` from data (#57). The motivation for generating `libs.md` from data is to enable better user interfaces for exploring that data. This issue collects ideas & experiments.…
-
Executing his code via clojure command line tool clj,
throws exception and prevents JVM shutdown
```clojure
(ns scicloj.metamorph-examples.try-exit
(:require [notespace.api :as note]))
(shutdo…
-
Hi!
It's fascinating what you do here!
I think I have an approach that is very complimentary to what you do.
https://github.com/clojure-quant/quanta-dag-algo/blob/main/dev/src/dev/algo_boll…
awb99 updated
2 weeks ago
-
see https://clojurians.zulipchat.com/#narrow/stream/236259-tech.2Eml.2Edataset.2Edev/topic/tribuo.20prediction.20datatype.20does.20not.20match
```clojure
(ns scicloj.ml.tribuo
(:require
[te…
-
Thanks again for Hanami.
I've been learning Hanami and Vega-Lite at the same time. Other things being equal, I prefer to use Hanami (it's spoiled me--I don't want to have to specify everything i…
-
functions like `notespace/init-with-browser` and `notespace/init`
https://github.com/scicloj/notespace/blob/master/emacs-config.el#L32
could be better off with printing being in the echo area as …
-
I tried using 4-alpha-21 in leiningen via ```:repl-options``` as per the documentation but it fails with with error.
As far as I can tell the problem is that : ```src/scicloj/notespace/v4/nrepl.cl…
-
**bind function:**
https://github.com/scicloj/tablecloth/blob/411419f3edfd647c930a64a2a56888925eb4122f/src/tablecloth/api/join_concat_ds.clj#L121
**bind doesn't support grouped ds as mentioned he…