This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-14
Channels
- # announcements (9)
- # beginners (49)
- # calva (26)
- # cider (6)
- # clj-kondo (17)
- # cljsjs (1)
- # cljsrn (2)
- # clojure (72)
- # clojure-europe (5)
- # clojure-france (8)
- # clojure-greece (1)
- # clojure-italy (5)
- # clojure-nl (9)
- # clojure-spec (49)
- # clojure-uk (17)
- # clojuredesign-podcast (13)
- # clojurescript (137)
- # cursive (15)
- # data-science (1)
- # datomic (55)
- # duct (2)
- # emacs (5)
- # figwheel-main (11)
- # fulcro (11)
- # graphql (1)
- # hoplon (1)
- # instaparse (1)
- # jobs (12)
- # jobs-rus (1)
- # leiningen (1)
- # nrepl (34)
- # nyc (2)
- # off-topic (1)
- # onyx (1)
- # pedestal (1)
- # re-frame (6)
- # reitit (3)
- # remote-jobs (1)
- # shadow-cljs (196)
- # sim-testing (1)
- # spacemacs (9)
- # sql (1)
- # vim (70)
- # xtdb (31)
Is there a way to limit the amount of pretty printed info to the cursive repl? I often forget limiting it myself and obviously it takes forever to print hundreds of thousands of hashmaps, so I regularly end up restarting my REPL session instead. I can't even stop the printing process with the Interrupt Current Evaluation button (understandably), though intuitively I was expecting that button to interrupt result printing too.
i also have the feeling that the printing calculation continues in the background even after killing the repl process with the X icon.
There is a solution for this?
java.lang.NoClassDefFoundError: java/sql/Timestamp
at com.fasterxml.jackson.databind.ser.BasicSerializerFactory.<clinit>(BasicSerializerFactory.java:88)
at com.fasterxml.jackson.databind.ObjectMapper.<init>(ObjectMapper.java:484)
at com.fasterxml.jackson.databind.ObjectMapper.<init>(ObjectMapper.java:393)
this has been discussed here before and Colin was looking at it, but I don't remember if there was a resolution
Hi, is there a way to specify which logback file to use with Cursive testing? It uses the default logback file which makes reading the actual test output nearly impossible.
@onetom That’s https://github.com/cursive-ide/cursive/issues/2100, which I’m hoping to get to soon.
@erkinun I don’t think so - AFAIK Cursive doesn’t do anything there, it’s not even aware when you’re using logback.
Is there a way to suppress logback logging then? I’m running it in a big project and logs really get in the way of the repl there
@p-himik I was sure there was an issue for that but I can’t find it right now. It’s definitely something that has been requested, along with various other enhancements (markdown rendering, better control over folding etc)
Found these, although none really fit the "highlight Clojure code within docstrings" description. Well, the markdown issue kinda does if there'll be support for triple backticks with the language name after them. https://github.com/cursive-ide/cursive/issues/2022 https://github.com/cursive-ide/cursive/issues/1226 Somewhat related: https://github.com/cursive-ide/cursive/issues/181