This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-19
Channels
- # announcements (1)
- # aws (9)
- # beginners (136)
- # boot (4)
- # cider (11)
- # clara (36)
- # clojure (337)
- # clojure-europe (5)
- # clojure-italy (3)
- # clojure-nl (2)
- # clojure-spec (9)
- # clojure-uk (112)
- # clojured (7)
- # clojurescript (93)
- # core-async (2)
- # cursive (30)
- # datomic (6)
- # duct (4)
- # emacs (2)
- # figwheel (1)
- # figwheel-main (7)
- # fulcro (153)
- # kaocha (1)
- # off-topic (12)
- # om-next (1)
- # pedestal (58)
- # planck (6)
- # re-frame (15)
- # reitit (11)
- # shadow-cljs (113)
- # spacemacs (1)
- # specter (3)
- # vim (8)
I'm working on a full-stack CLJ(S) browser extension (following this pattern: https://github.com/binaryage/chromex-sample). It's basically working, except for:
- The popup
and content_script
portions still require a manual page refresh to pick up each new code change, though the background
portion of the extension seems to hot reload correctly
- I'd like to "send-code-to-repl" from Cursive to each of the 3 environments separately. Will that require running lein
from 3 terminals with a separate nREPL port for each?