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).
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?
Hi! Cursive probably still doesn't support -X
Use -m
style, e.g. instead of :ns-default
and :exec-fn
use :main-opts ["-m" "vlaaad.reveal" "repl"]
I actually do this myself: https://github.com/vlaaad/reveal/blob/master/deps.edn#L8
Then do I follow the instructions for a local repl as per the docs
Thanks that worked - just needed to add the extra deps part.
@mmer Sounds like you have an older version of the Clojure CLI?
You need at least 1.10.1.697 for -X
to work. 1.10.1.727 is the current version.
Thanks I did wonder if that was the case.