This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-25
Channels
- # announcements (5)
- # babashka (23)
- # beginners (70)
- # cider (24)
- # clj-kondo (14)
- # cljsrn (2)
- # clojars (6)
- # clojure (195)
- # clojure-australia (1)
- # clojure-dev (2)
- # clojure-europe (27)
- # clojure-france (1)
- # clojure-nl (4)
- # clojure-norway (2)
- # clojure-spec (2)
- # clojure-uk (12)
- # clojurescript (3)
- # clojurewerkz (1)
- # core-async (21)
- # cursive (9)
- # datomic (37)
- # duct (3)
- # emacs (16)
- # events (4)
- # fulcro (34)
- # graalvm (12)
- # javascript (3)
- # jobs (4)
- # malli (1)
- # meander (3)
- # nrepl (1)
- # off-topic (27)
- # pathom (16)
- # re-frame (17)
- # reagent (19)
- # rewrite-clj (18)
- # sci (47)
- # shadow-cljs (179)
- # spacemacs (18)
- # sql (52)
- # tools-deps (80)
- # vim (27)
- # vrac (1)
- # xtdb (9)
The past few months I’ve been experiencing increasingly lag between typing and seeing characters on the screen. I wonder if other people using Cursive are experiencing this? It manifests in many different ways, but one way I can force it is by writing out a symbol name that opens the code completion prompt. That is itself usually not the laggy part, but rather is it when I backspace a couple of times and delete the final character of the symbol. If I write out the same symbol once again it doesn’t happen, so I guess some cache is being filled and this is causing the lag? I am doing this on Apple’s latest wonder laptop, the 16" Macbook pro, so it’s not my hardware.
@U0567Q30W Just tried it out. I didn’t switch to the exact runtime specified, just the AdoptOpenJDK Java 13 I already had installed on my system. It actually seems to have resolved the issue! No idea if I’ve introduced any new problems by using JDK 13. I’m just happy that the editor finally stopped lagging 🙂 Thanks for directing me there.
Ok, great! I would recommend switching to the JetBrains Runtime at some point rather than vanilla OpenJDK since it has a lot of IntelliJ-related fixes.