Daniel Slutsky
Daniel Slutsky
Clay uses the Tempfiles library, which creates temporary files under `/tmp/scicloj-files`. In the current behaviour in a Linux system, when one user creates that directory, it is owned by that...
In the following namespace: ```clj (ns ^{:kindly/options {:hide-code true}} my-namspace) (+ 1 2) ``` the rendered page does show the code, which is a bug.
We should relax this assumption or at least fail more gracefully when it does not hold.
Zulip discussion: https://clojurians.zulipchat.com/#narrow/channel/422115-clay-dev/topic/NPE.20when.20starting.20clay.20server
Zulip discussion by @genmeblog: https://clojurians.zulipchat.com/#narrow/channel/422115-clay-dev/topic/md-default.20files
Thanks for the idea, @jeremy302.
https://clojurians.zulipchat.com/#narrow/stream/422115-clay-dev/topic/Oerriding.20.60.3Akinds-that-hide-code.60
One thing that might improve the experience is using the informative URL (currenty used for the docstring) as the name of the resulting dataset. This will create a clickable link...
`fastmath.ml.regression/lm` supports a `:names` option that controls the names of the coefficients when the model is printed. https://generateme.github.io/fastmath/clay/ml.html#lm In the `metamorph.ml` context, our data originate from a dataset, so we...
Recently, the source of truth for the target path was changed from the source namespace to the source path. This little breaking change has brought up a discussion of what...