-
Reportedly some loopiness and NPE in:
```
(wl/eval '(TextStructure "You can do so much with the Wolfram Language." "ConstituentGraphs"))
```
See https://github.com/scicloj/wolframite/pull/14#dis…
-
At the `demo` namespace:
https://github.com/scicloj/wolframite/blob/43a075c6ceac29762ad7693c40e049706404ee64/dev/demo.clj#L86
`(map wl/clj-intern ['Dot 'Plus])` is lazy.
So, if one loads the wh…
daslu updated
9 months ago
-
Hello,
I just created a dumb project:
```clj
(defproject clerk-test "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR G…
-
I presume that the following defined in `clay` project should be moved to `kindly`.
https://github.com/scicloj/clay/blob/main/src/scicloj/clay/v1/tool/clerk.clj#L155
Otherwise, if clay breaks for …
-
The [documentation link](https://scicloj.github.io/kindly-noted/kindly/) in the README appears to be broken:
```
❯ nix-shell --pure -p httpie --run 'https --headers get https://scicloj.github.io/kin…
zane updated
11 months ago
-
scicloj/scicloj.ml {:mvn/version "0.3"} is now compatible with TMD 7.x
https://github.com/scicloj/noj/blob/397f0ad3390bb90c4164c75ebd0b4b4bfb5fe4de/deps.edn#L12
-
# Overview
When clicking certain links in a notebook, I get bounced back to a missing index page, which also appears to invalidate the cache for that notebook.
## Reproducible example
Data from […
-
When using
```
update-vals
```
> **Console**
> Message: Could not resolve symbol: update-vals
-
Around alpha38 I used ```handle-value!``` to display graphs generated on the fly to display them in the browser, like
```
(clay/start!)
(clay/handle-value! (create-game-report raw title))
```
…
-
Hi there! I am repeatedly encountering strange compatibility issues and compilation errors when trying to use `scicloj.ml` alongside the most recent version of `tech.ml.dataset`.
Here's how to repr…