Fork me on GitHub
#reveal
<
2020-11-14
>
vlaaad13:11:05

Hi there! I released 1.1.164 with 2 minor improvements for line charts: their dots are now a bit smaller (so it's easier to see a line with a lot of data points), and now they can be used more reliably in reactive views (i.e. there is now a workaround for javafx bug that breaks line charts when the amount of data points changes).

🎉 6
mmer19:11:32

Hi @vlaaad, I am struggling to set up cursive to work with reveal. When trying to work with cursive I am getting the following: Unknown alias key: :ns-default when I include the alias at the start of you document. What might I be doing wrong?

vlaaad19:11:38

Hi! Cursive probably still doesn't support -X

vlaaad19:11:04

Use -m style, e.g. instead of :ns-default and :exec-fn use :main-opts ["-m" "vlaaad.reveal" "repl"]

mmer19:11:08

Then do I follow the instructions for a local repl as per the docs

mmer19:11:06

Thanks that worked - just needed to add the extra deps part.

seancorfield19:11:29

@U4C3ZU6KX Sounds like you have an older version of the Clojure CLI?

seancorfield19:11:49

You need at least 1.10.1.697 for -X to work. 1.10.1.727 is the current version.

mmer19:11:06

Thanks I did wonder if that was the case.