This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-14
Channels
- # aleph (2)
- # asami (1)
- # aws (6)
- # beginners (65)
- # cider (12)
- # clj-kondo (11)
- # cljs-dev (1)
- # clojure (179)
- # clojure-dev (15)
- # clojure-europe (5)
- # clojure-losangeles (5)
- # clojure-nl (1)
- # clojure-spec (6)
- # clojuredesign-podcast (50)
- # clojurescript (27)
- # cryogen (31)
- # data-science (10)
- # emacs (2)
- # events (1)
- # fulcro (39)
- # helix (4)
- # luminus (3)
- # malli (5)
- # nrepl (4)
- # off-topic (3)
- # pathom (1)
- # reveal (10)
- # shadow-cljs (5)
- # spacemacs (3)
- # tools-deps (6)
- # vscode (1)
- # xtdb (3)
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?
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
@U4C3ZU6KX 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.