This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-10
Channels
- # beginners (356)
- # boot (4)
- # cider (44)
- # cljs-dev (73)
- # cljsrn (19)
- # clojars (5)
- # clojure (57)
- # clojure-brasil (2)
- # clojure-italy (1)
- # clojure-russia (9)
- # clojure-spec (9)
- # clojured (3)
- # clojurescript (15)
- # cursive (19)
- # datomic (10)
- # duct (3)
- # emacs (4)
- # events (1)
- # fulcro (5)
- # immutant (12)
- # keechma (3)
- # lein-figwheel (4)
- # lumo (2)
- # parinfer (11)
- # planck (4)
- # re-frame (3)
- # reagent (5)
- # reitit (1)
- # shadow-cljs (5)
- # spacemacs (6)
just looking into building an electron app with cljs. came across electron-forge (https://electronforge.io/templates) and am thinking it would be amazing if there were a CLJS option on that page, or at least if there were a 3rd party CLJS template that could be used with it. I'm thinking shadow-cljs would probably have the best integration with its nodejs-based tooling. Thoughts?
I'm experiencing a really annoying issue with shadow-cljs 2.2.6 and nodejs. Basically, any time after switching into a project namespace (using in-ns), restarting the nodejs app throws an "No reader function for tag object." warning/error. Everything still works, but with one of my scripts the error message takes around 30 seconds to print because it seems to be dumping all of the compiler state. I have built a small github repo to demonstrate the issue. I can open a github issue if you want, just thought I'd bring it up here first to see if it is something that I'm doing wrong. https://github.com/mjmeintjes/shadow-cljs-nodejs-bug
I've added a bug report here: https://github.com/thheller/shadow-cljs/issues/219
PS - I love the fact that I can just override single files from dependencies, including shadow-cljs, by just adding the file in the right place to my project. Makes investigating (and temporarily fixing) 3rd party bugs so much easier!