This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-15
Channels
- # beginners (16)
- # cljs-dev (12)
- # clojure (9)
- # clojure-berlin (5)
- # clojure-russia (16)
- # clojure-uk (26)
- # clojurescript (48)
- # community-development (2)
- # cursive (1)
- # data-science (10)
- # datomic (7)
- # emacs (27)
- # figwheel-main (31)
- # fulcro (6)
- # hoplon (47)
- # immutant (1)
- # jobs (1)
- # jobs-discuss (33)
- # off-topic (3)
- # onyx (34)
- # protorepl (5)
- # re-frame (26)
- # reagent (1)
- # reitit (1)
- # shadow-cljs (80)
- # spacemacs (44)
- # specter (4)
- # testing (1)
- # tools-deps (4)
hmm, it looks like the connection-filter
in the repl-env is filtering out my new conn that is sitting in the *connections*
Which looks like it's getting populated in figwheel.main https://github.com/bhauman/figwheel-main/blob/de2130af483ba6afd4e364d5bc51ee0afcecad8f/src/figwheel/main.cljc#L1026
looks like I made a way to override this with a :connect-id config parameter https://github.com/bhauman/figwheel-main/blob/de2130af483ba6afd4e364d5bc51ee0afcecad8f/src/figwheel/main.cljc#L999
but I'm also thinking that I should change the default filter fn to ignore the process-id when it's not there
Personally, I'll probably be keeping the same build across workers, to maintain advanced mode compatibility. Modules might be cool though eventually.
@bhauman strange... the conn initiated by the webworker lacks a :fwbuild "dev"
in the :query
map, but the initial one has one. If I open another one using a new tab, however, that one gets a :fwbuild
BTW if you see any changes that will make working with webworkers better please let me know
I've working on a lib that makes it pretty trivial to test stuff on webworkers here: https://github.com/johnmn3/tau.alpha