This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-11
Channels
- # announcements (2)
- # asami (10)
- # aws (2)
- # babashka (28)
- # beginners (103)
- # calva (2)
- # clj-kondo (10)
- # clojure (69)
- # clojure-austin (11)
- # clojure-europe (48)
- # clojure-nl (10)
- # clojure-switzerland (1)
- # clojure-uk (2)
- # clojurescript (6)
- # conjure (2)
- # consulting (1)
- # core-async (2)
- # core-typed (2)
- # cursive (5)
- # datomic (15)
- # jobs (1)
- # malli (4)
- # meander (7)
- # membrane (26)
- # missionary (6)
- # nbb (39)
- # reagent (3)
- # releases (1)
- # ring (3)
- # shadow-cljs (28)
- # spacemacs (2)
- # sql (6)
- # vim (5)
Hi, I just wanted to ask whether any of the calva users here use (android) tablet for occasional clojure/babashka(/web)? development?
I recently bought Samsung Galaxy S7 FE (12inch) tablet and out of curiousity managed to get code-server
working in termux
with debian proot
. It works really nicely. All the keyboard shortcuts seem to work despite code server running via browser, everything is snappy, you can install "big" (non js-only) extensions such as calva
without any problems, clojure-lsp
got downloaded and just works, babashka
or deps.edn
jack-in repl works.
The only issue I had was with "phantom process killing" feature of Android 12, which I hopefully have somehow overcomed, but I'm not sure if the fix is "good enough" or permanent. (there's quite a lot of information eg here https://gist.github.com/agnostic-apollo/dc7e47991c512755ff26bd2d31e72ca8#how-to-disable-the-phantom-processes-killing)
So my question is.. are there any regular tablets users? Happy with the setup? Any specific tips?
It's getting ridiculous. Even my reagent/reframe app works, using shadow-cljs jack-in. And the backend part of that app just started xtdb with no problems at all 🤯