This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-29
Channels
- # announcements (1)
- # babashka (1)
- # beginners (46)
- # calva (2)
- # cider (6)
- # circleci (10)
- # clj-kondo (2)
- # cljsrn (2)
- # clojure (30)
- # clojure-dev (6)
- # clojuredesign-podcast (8)
- # clojurescript (28)
- # conjure (1)
- # core-logic (2)
- # core-matrix (2)
- # cryogen (16)
- # figwheel-main (2)
- # graalvm (4)
- # jobs (1)
- # malli (15)
- # minimallist (1)
- # off-topic (70)
- # pathom (4)
- # reagent (3)
- # releases (2)
- # remote-jobs (8)
- # rewrite-clj (3)
- # shadow-cljs (4)
- # tools-deps (29)
- # uncomplicate (3)
Hm, cryogen-core has "Build forked pull requests" enabled in CircleCI https://app.circleci.com/settings/project/github/cryogen-project/cryogen-core/advanced?return-to=https%3A%2F%2Fapp.circleci.com%2Fpipelines%2Fgithub%2Fcryogen-project%2Fcryogen-core but the CI is not checking PRs. Why could that be, any idea?
@holyjak I had a similar problem with your PRs for babashka. This is likely because you also have added the forked project to CircleCI under your own account.
Oh, I have no idea that happened! Thanks a lot!
Hm, when I go to https://app.circleci.com/projects/project-dashboard/github/holyjak I see all my projects and fork incl. babashka with "Set up project" indicating to me that they are not added anywhere...
No. But you could do something like this http://cryogenweb.org/docs/customizing-cryogen.html#add_counts_of_tag_occurrences to add tag counts and use that info in the page to create the tag cloud using a JS library?
If it helps, we could also consider including tag counts OOTB, that would be a simple change, I suppose.
I think it's such a common case that we could add the function and make it opt in opt out via a config flag . wdyt?
Counts or tag cloud you mean?
@holyjak: can you share the source of your cryogen website? I would like to "borrow" some code if that is ok with you. I would like to have website sections and put content there based on that: • a section root directory where the content for that section can be placed • a section index where pages from that section can be displayed
You mean section index like the sidebar index at http://cryogenweb.org/docs/home.html?