Awesome! I noticed a small typo in the browser repl html page: > Validate the connection by evaluating `(js/alert "Hello CLJS!")` in the `clore.clj` file
^ clore.clj
I changed it to core.cljs
on the dev
branch of the dram repo.
I also merged to published
of the dram repo
@pez You may want to update the screenshot of the html page in the docs, which still has the typo.
Thanks!
Where in the world did clore.clj
come from, lol
Hello, can u help me with pprint on client side? pprint configured by settings.json works pretty well on server side, but in cljs always printing without width/depth quotas
clj
(range 15)
(0 1 2 3 4 ...)
cljs
(range 15)
(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14)
If you're using shadow-cljs, see here: https://calva.io/pprint/#pprint-is-not-working-for-clojurescript
If not, please paste your pprint settings here so we can troubleshoot. I set maxLength to 5 with pprint
and calva
set as the engine, and I got (0 1 2 3 4 ...)
for cljs.
Here’s a friendly reminder that you can contribute to Calva development as a sponsor. The Sponsor button at the Github repo will guide you to our respective sponsor pages where you can read more about why you should consider this option. ❤️