This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-30
Channels
- # babashka (46)
- # beginners (234)
- # bristol-clojurians (4)
- # cider (7)
- # clj-kondo (39)
- # cljdoc (8)
- # cljs-dev (10)
- # cljsjs (10)
- # cljsrn (24)
- # clojure (84)
- # clojure-brasil (7)
- # clojure-europe (12)
- # clojure-germany (4)
- # clojure-italy (3)
- # clojure-nl (41)
- # clojure-spec (17)
- # clojure-uk (66)
- # clojurescript (64)
- # conjure (161)
- # cursive (12)
- # data-science (45)
- # datomic (20)
- # devops (11)
- # docker (2)
- # duct (9)
- # events (7)
- # figwheel (1)
- # figwheel-main (20)
- # fulcro (32)
- # graalvm (5)
- # helix (82)
- # jackdaw (9)
- # jobs-discuss (19)
- # kaocha (11)
- # local-first-clojure (1)
- # malli (6)
- # meander (3)
- # nrepl (12)
- # off-topic (2)
- # other-lisps (15)
- # pathom (14)
- # rdf (6)
- # re-frame (8)
- # reactive (1)
- # reagent (5)
- # reitit (4)
- # rum (3)
- # shadow-cljs (77)
- # spacemacs (3)
- # sql (9)
- # test-check (31)
- # tools-deps (13)
- # vim (62)
- # xtdb (18)
One of the things we've heard from Clojurists Together members is that they'd like us to do long-term support, not just one-off grants
It's a little tricky with our current funding amounts, but it's definitely something we're looking into and thinking more about
recording this here, I don't have time to own this rn but don't want it to be lost either:
• :bundle
target currently serves a broken main.js
if you haven't created one yourself when following the webpack guide, it ended up confusing @tekacs
• it would be nice to specify NODE_ENV and other env vars in the :`bundle-cmd` , getting away with this now by specifying it in the command that calls cljs.main
https://github.com/clojure/clojurescript/blob/2f8dd2efdc5a2cb5e708bde09f65784669a72627/src/main/clojure/cljs/closure.clj#L2321-L2325 is this message wrong? Shouldn't it mention source-map given that it only applies when source maps are enabled?
As an extension, is it possible to remove that assertion altogether? When I'm compiling for production I put I see now why this is needed:output-to
in a temporary directory so that it's fresh every time.
@danielcompton right that's what I would expect - I just noted that a very large number of projects apply and only few get it - and you all actually offer much more than most OSS devs could practically expect from GitHub sponsors for three months
so I think there is a problem of scale that GitHub sponsoring addresses for the day-to-day maintenance aspect of OSS work
@lilactown I don't really understand the first point - it sounds like @tekacs didn't follow the guide precisely?