This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-23
Channels
- # babashka (104)
- # beginners (23)
- # calva (15)
- # cider (2)
- # clojure (29)
- # clojure-europe (14)
- # clojure-nl (2)
- # clojure-norway (3)
- # clojure-spec (4)
- # clojure-switzerland (1)
- # cursive (3)
- # datomic (6)
- # emacs (17)
- # etaoin (2)
- # expound (1)
- # fulcro (4)
- # graphql (4)
- # honeysql (7)
- # introduce-yourself (2)
- # jackdaw (5)
- # malli (3)
- # meander (19)
- # nbb (3)
- # off-topic (35)
- # pathom (6)
- # pedestal (4)
- # polylith (31)
- # rdf (11)
- # re-frame (8)
- # reitit (6)
- # shadow-cljs (8)
- # specter (4)
- # squint (15)
- # vim (6)
Really quick 🔥 take. 1. The GitHub readme doesn't need to say wip next to the link to the user docs, they are amazing and more mature than I am. 2. I would put the doc link at the top of the readme or something as i think it's too easy to scroll past. I have no strong feelings about this, it just occurred to me while skimming the readme for like the 50th time.
with-meta, when targeting node for the compilation results in a is not a function TypeError. Context: I am trying to use spy (https://github.com/alexanderjamesking/spy) for mocking in some tests, and it seems in cljs it doesn't work when targeting node. To reproduce the issue, run: npm run test on https://github.com/DanBunea/spy-test
with-redefs requires using :compiler-options {:static-fns false}
in your build config
Hi! I upgraded some npm module versions to the latest, and after the upgrade, I'm getting
shadow.module.app.append.js:4 An error occurred when calling (<my-stuff>/init)
An error occurred when loading shadow.module.app.append.js
router.cljc:204 Uncaught ReferenceError: regeneratorRuntime is not defined
...
at Object.eval [as re_frame$router$IEventQueue$_run_queue$arity$1] (router.cljc:198:44)
at eval (router.cljc:146:64)
I saw there was some discussion in the channel before ( https://clojurians.slack.com/archives/C6N245JGG/p1644314413332399?thread_ts=1644313184.796159&cid=C6N245JGG ) and the recommendation was to install regenerator-runtime, but the problem seems to be coming from re-frame, it worked before, so I wanted to ask more about what's going on there