This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-07
Channels
- # announcements (1)
- # babashka (79)
- # beginners (177)
- # cider (27)
- # cljdoc (24)
- # cljs-dev (4)
- # clojure (43)
- # clojure-norway (7)
- # clojure-uk (3)
- # clojurescript (52)
- # conjure (12)
- # cryogen (1)
- # cursive (5)
- # data-science (7)
- # datahike (1)
- # datomic (1)
- # dirac (2)
- # helix (14)
- # jobs-discuss (130)
- # juxt (4)
- # liberator (4)
- # malli (2)
- # mxnet (2)
- # news-and-articles (1)
- # nrepl (19)
- # off-topic (27)
- # pathom (3)
- # practicalli (1)
- # re-frame (4)
- # reagent (2)
- # ring (7)
- # shadow-cljs (21)
- # spacemacs (11)
- # vim (38)
- # xml (2)
- # xtdb (17)
I would like to start publishing cljdocs for pink-gorilla. Is there any configuration that works with github actions?
@hoertlehner Not sure what you're asking there (re: GitHub Actions)...
Still not following...
You don't mean putting documentation on http://cljdoc.org ?
Ah... yes, there are some problems with ClojureScript projects I believe, because of npm deps.
Not without splitting your project into separate front end / back end I suspect -- cljdoc pulls your GitHub project and tries to analyze the whole source code it finds there.
If you scroll back in this channel, you'll see quite a bit of discussion about cljs projects and issues with there dependencies
cljdoc is a specific application that behaves in a specific way -- you can't feed other documentation into it.
The maintainer is based in Europe so you can ask him specifics about your build failure when he's online...
I'm a bit surprised there isn't an open issue for the cljs problems with cljdoc https://github.com/cljdoc/cljdoc/issues
many thanks @seancorfield
@hoertlehner I had a look at your error, and I think it should have been fixed already as react is implicitly shimmed.