This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-14
Channels
- # adventofcode (38)
- # announcements (42)
- # aws (3)
- # babashka (8)
- # beginners (165)
- # calva (36)
- # chlorine-clover (14)
- # cider (6)
- # clj-kondo (5)
- # cljsrn (33)
- # clojure (27)
- # clojure-australia (1)
- # clojure-czech (1)
- # clojure-doc (1)
- # clojure-europe (26)
- # clojure-nl (6)
- # clojure-spec (6)
- # clojure-uk (3)
- # clojurescript (10)
- # code-reviews (20)
- # conjure (1)
- # core-logic (5)
- # cursive (3)
- # data-science (5)
- # datomic (35)
- # emacs (1)
- # figwheel-main (3)
- # fulcro (10)
- # honeysql (1)
- # introduce-yourself (4)
- # jobs (3)
- # jobs-discuss (4)
- # minecraft (2)
- # missionary (28)
- # nextjournal (3)
- # off-topic (45)
- # pathom (7)
- # polylith (1)
- # portal (22)
- # practicalli (2)
- # re-frame (4)
- # reagent (19)
- # releases (3)
- # remote-jobs (3)
- # reveal (1)
- # rum (4)
- # shadow-cljs (37)
- # spacemacs (14)
- # sql (1)
- # tools-build (7)
- # tools-deps (16)
- # vim (13)
- # xtdb (15)
I just updated shadow-cljs and I can't connect to it from the phone, I've been using --config-merge '{:local-ip,"192.168.0.73"}'
, but that doesn't seem to work anymore. Is it still possible to force an IP in some way in the config?
@franquito if you updated to the latest version specifying a IP shouldn't be necessary at all anymore?
The thing is I'm using WSL2 in Windows to run the shadow server, and that runs in another network
that should contain a connectable IP? but I guess in WSL2 it might not contain one you can actually connect to?
The thing that puzzles me is you say forcing :local-ip
should still work :thinking_face:
but ~/.shadow-cljs/config.edn
is user specific so might be better fit if you work on stuff with multiple people
https://github.com/thheller/shadow-cljs/issues/968 can't check right now but maybe later