This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-23
Channels
- # babashka (104)
- # beginners (23)
- # calva (15)
- # cider (2)
- # clojure (29)
- # clojure-europe (14)
- # clojure-nl (2)
- # clojure-norway (3)
- # clojure-spec (4)
- # clojure-switzerland (1)
- # cursive (3)
- # datomic (6)
- # emacs (17)
- # etaoin (2)
- # expound (1)
- # fulcro (4)
- # graphql (4)
- # honeysql (7)
- # introduce-yourself (2)
- # jackdaw (5)
- # malli (3)
- # meander (19)
- # nbb (3)
- # off-topic (35)
- # pathom (6)
- # pedestal (4)
- # polylith (31)
- # rdf (11)
- # re-frame (8)
- # reitit (6)
- # shadow-cljs (8)
- # specter (4)
- # squint (15)
- # vim (6)
I run a bit of code in my REPL and it seems to get cut short.... it ends with ...)
and I don't get all my DB entries which I try to create while executing this command... is this a REPL/Calva thing? If yes what can I do about it?
so not a multiple of 32 as I thought first, that could be due to laziness I guess. or is it?
that seems to do the trick. I turned of pretty-printing
and now I get way more entries in my DB 🙂
Do Calva test-related commands know how to work with babashka REPL?
Only if babashka REPL implements the cider-nrepl ops needed. I don't right now remember if it does.
What are the cider-nrepl ops needed for running tests?
I don't seem to have autocomplete when interacting with java code, such as in:
(:import [com.badlogic.gdx.backends.lwjgl LwjglApplication])
(LwjglApplication.
I was hoping that it would show the parameters for the LwjglApplication
constructor. Is this not supported or have I not configured something correctly?