This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-28
Channels
- # aleph (16)
- # announcements (7)
- # asami (4)
- # aws (26)
- # babashka (26)
- # babashka-sci-dev (50)
- # beginners (118)
- # biff (7)
- # calva (15)
- # cider (6)
- # clj-kondo (8)
- # cljs-experience (3)
- # clojure (30)
- # clojure-austin (26)
- # clojure-europe (20)
- # clojure-france (2)
- # clojure-ireland (1)
- # clojure-nl (3)
- # clojure-norway (2)
- # clojure-spec (7)
- # clojure-uk (6)
- # clojurescript (12)
- # community-development (5)
- # conjure (1)
- # copenhagen-clojurians (3)
- # core-typed (71)
- # cursive (3)
- # datomic (1)
- # emacs (4)
- # fulcro (2)
- # helix (2)
- # introduce-yourself (3)
- # jobs (1)
- # london-clojurians (6)
- # lsp (122)
- # malli (2)
- # missionary (5)
- # overtone (14)
- # pathom (4)
- # polylith (1)
- # reagent (4)
- # reitit (1)
- # releases (1)
- # shadow-cljs (80)
- # testing (10)
- # tools-deps (6)
- # vim (3)
- # xtdb (19)
I'm developing an example project on Windows WSL2 and the browser is not refreshing on saved changes.
I don't have anything to auto refresh the browser, but if you manually refresh then the response should be up to date
I have thought a bit about this though; actually I think it would be pretty easy to set up auto refresh with htmx web sockets
Ah OK. Thanks.
$ ./task dev
starting: [email protected]
starting: [email protected]
starting: [email protected]
Indexing transactions...
Done indexing.
starting: [email protected]
starting: [email protected]
starting: [email protected]
starting: [email protected]
Jetty running on
starting: [email protected]
starting: [email protected]
starting: [email protected]
starting: [email protected]
System started.
There are 0 users. (This message gets printed every 60 seconds. You can disable it by setting `:com.example/enable-worker false` in config.edn)
CSS done
Go to
nREPL server started on port 7888 on host localhost -
13ms 200 get /
31ms 200 get /css/main.css?t=1648499204556
There are 0 users. (This message gets printed every 60 seconds. You can disable it by setting `:com.example/enable-worker false` in config.edn)
:reloading (com.example.test com.example.ui com.example.schema com.example.feat.home com.example.feat.worker com.example.repl com.example.feat.auth com.example)
CSS done
Testing com.example.test
Ran 1 tests containing 1 assertions.
0 failures, 0 errors.
There are 0 users. (This message gets printed every 60 seconds. You can disable it by setting `:com.example/enable-worker false` in config.edn)
:reloading (com.example.feat.home com.example)
CSS done
Testing com.example.test
Ran 1 tests containing 1 assertions.
0 failures, 0 errors.
There are 0 users. (This message gets printed every 60 seconds. You can disable it by setting `:com.example/enable-worker false` in config.edn)