This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-19
Channels
- # announcements (15)
- # babashka (4)
- # beginners (55)
- # calva (92)
- # cider (70)
- # circleci (1)
- # clj-kondo (136)
- # cljdoc (2)
- # clojars (11)
- # clojure (48)
- # clojure-australia (1)
- # clojure-europe (30)
- # clojure-nl (3)
- # clojure-sweden (2)
- # clojure-uk (7)
- # clojurescript (40)
- # conjure (5)
- # core-async (11)
- # cursive (55)
- # data-science (1)
- # datomic (10)
- # degree9 (2)
- # development-containers (15)
- # events (1)
- # fulcro (14)
- # gratitude (13)
- # helix (5)
- # lsp (35)
- # malli (10)
- # meander (18)
- # off-topic (24)
- # pathom (13)
- # polylith (12)
- # practicalli (6)
- # re-frame (13)
- # reagent (33)
- # reitit (4)
- # remote-jobs (1)
- # shadow-cljs (13)
- # spacemacs (31)
- # specter (1)
- # stepwise (2)
- # tools-deps (19)
- # vim (1)
- # xtdb (7)
I decided to make a v0.1.0
release of deps-new
today and did all the editing via Gitpod rather via VS Code locally. I suspect I will get quite fond of being able to just spin up "VS Code" on the web to make small changes, especially since I can easily run project tests via a Socket REPL that way. Although I ran into concurrent thread limitations trying to run next.jdbc
's test suite in the Clover REPL... I haven't tried just running the tests directly via the terminal in Gitpod (but I do sometimes run into issues trying to run that test switch on my laptop).
Yeah, runs fine from the terminal. Fails (in the heavily concurrent folding test) when run via the REPL. Interesting.
I also, to my surprise, notice that I prefer to use the web version for some tasks. And I now realize that we can probably use it for hacking on Calva. Not sure how nice that workflow will be, I remember it being a bit strange when I tried it with Theia.
Have you found a way to get undo to work via keyboard shortcut? I am rebinding it to ctrl+z, but I am a mac user. What would windows users do?
cmd-z works on a Mac "as normal". I haven't tried Gitpod in a Windows browser yet.
Edge (Chromium).
(I'm on the dev channel builds of Edge, in case that makes a difference)
I just tried Gitpod on Windows using Edge (dev) and ctrl-z works for undo there by default "as normal".
Maybe they just do the sensible thing and don’t consume the shortcut before the app has had a chance to do it.
Maybe a keyboard issue? You're on a Swedish k/b, yes?