This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-25
Channels
- # announcements (1)
- # beginners (70)
- # boot (2)
- # cider (12)
- # cljdoc (19)
- # clojure (25)
- # clojure-austin (1)
- # clojure-nl (2)
- # clojure-uk (9)
- # clojurescript (24)
- # cursive (7)
- # datomic (8)
- # figwheel-main (22)
- # flambo (1)
- # fulcro (16)
- # funcool (3)
- # jobs (1)
- # juxt (3)
- # off-topic (39)
- # reagent (4)
- # reitit (4)
- # ring (2)
- # shadow-cljs (90)
- # specter (11)
- # sql (2)
- # testing (2)
Is the list of contribution area in https://github.com/cljdoc/cljdoc/blob/master/CONTRIBUTING.md still relevant?
@miikka unfortunately not, that doc needs a serious overhaul which I've been wanting to do for a while
@miikka I think right now the best way is probably checking out the "help wanted" issues: https://github.com/cljdoc/cljdoc/issues?q=is%3Aissue+is%3Aopen+label%3A%22Help+Wanted%22 perhaps focusing on the "good first issue" ones first
I'm also aware that many of these are "smallish" and maybe not super interesting in the long run so happy to discuss any larger projects too (spec integration, examples etc.)
@martinklepsch did you experiment with non-nested namespaces on the left nav? I find it incredibly hard to make out what the full ns is since I can't make out if its nested 2 or 3 levels sometimes. so instead of just dom
with margin-left:20px
just fulcro.client.dom
? I think it would be cleaner with the full names?
@thheller that's been the first version but the issue is that long namespaces cause horizontal scrolling (or a very wide sidebar)
@thheller I think the issue could be mitigated with some tree style lines as codox does them
was looking throught https://cljdoc.xyz/d/fulcrologic/fulcro/2.6.0/doc/readme and it has lots of namespaces. so scrolling down you kinda lose context what the parents are
some hover effect that shows the full ns could also help but less obvious since only shown in hover state
that would truncate at the end which is usually the most important part of a namespace
I think the lines might make a notable difference but haven’t had time to implement them
If you feel like opening an issue to keep track of some of the ideas we discussed please do 🙂
@dominicm not sure what you mean? Vertical text?
https://codepen.io/SevereOverfl0w/pen/yxePxo in the ballpark