This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-03
Channels
- # announcements (2)
- # asami (1)
- # babashka (32)
- # beginners (125)
- # calva (4)
- # cider (1)
- # clj-kondo (16)
- # clj-together (1)
- # cljs-dev (15)
- # clojure (30)
- # clojure-australia (3)
- # clojure-europe (41)
- # clojure-italy (1)
- # clojure-losangeles (1)
- # clojure-nl (4)
- # clojure-spec (68)
- # clojure-uk (28)
- # clojurescript (36)
- # conjure (2)
- # cryogen (1)
- # cursive (2)
- # data-science (2)
- # datascript (2)
- # datomic (70)
- # events (2)
- # fulcro (11)
- # graalvm (1)
- # jobs (4)
- # kaocha (4)
- # leiningen (4)
- # malli (52)
- # meander (21)
- # off-topic (11)
- # pathom (7)
- # pedestal (17)
- # reagent (23)
- # reitit (5)
- # remote-jobs (5)
- # reveal (7)
- # shadow-cljs (24)
- # spacemacs (36)
- # sql (21)
- # vim (18)
- # xtdb (7)
When using Live Share with Calva I’ve seen some super-weird things last week. I’m not sure if it’s Calva or Live Share misbehaving. One very annoying thing is that edits are not done on the right peer all the time, e.g. indenation. Pretty sure that must be Calva? What happens is that I’m sharing my project as live share host, the guest is editing, and presses ENTER in the source file. The cursor should then go to the next line, indented at the right column. What happens instead is that the cursor goes to the beginning of the line, and the indentation is inserted on my end of the connection, even when I’m in a completely different file. Any ideas about this, where to look for the source of the issue / solution direction?