This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-28
Channels
- # announcements (5)
- # aws (16)
- # beginners (62)
- # calva (2)
- # cljdoc (17)
- # cljs-dev (2)
- # clojure (89)
- # clojure-brasil (1)
- # clojure-europe (3)
- # clojure-italy (12)
- # clojure-nl (1)
- # clojure-russia (2)
- # clojure-spec (10)
- # clojure-uk (26)
- # clojurescript (45)
- # cursive (4)
- # data-science (6)
- # datavis (1)
- # datomic (15)
- # duct (5)
- # fulcro (55)
- # juxt (1)
- # kaocha (2)
- # leiningen (1)
- # off-topic (101)
- # pathom (12)
- # portkey (4)
- # quil (5)
- # re-frame (9)
- # reagent (2)
- # reitit (28)
- # shadow-cljs (114)
- # spacemacs (9)
- # speculative (2)
- # sql (3)
- # test-check (18)
who has a project with nicely formatted docstrings that deserves to be shown off as exemplary? 🙂
@martinklepsch I've got some nicely formatted docstrings on oz now.
Specifically take a look at https://cljdoc.org/d/metasoarous/oz/1.5.2/api/oz.core; The gist!
and publish!
function in particularly are highly formatted.
I actually checked Oz because I figured you might have good docstrings 🙂
Didn't link to it in that article because the other projects made more widespread use of wikilinks and code blocks
Ahah; Thanks for looking and considering anyway. I guess I'll have to up my cljdoc game for next time 🙂
haha 😄
"cljdoc game" should be a thing 😄
(still missing some coverage on the clojurescript components, but that could be easily ammended)
If anyone is very fluent in flexbox/js, I'd appreciate some help with this: https://github.com/cljdoc/cljdoc/issues/230
I remember that .focus()
worked but not it doesn't work anymore (maybe I tested wrong in the first place)
@martinklepsch I have no idea how to handle this case. But if you want to focus on non-interactive element, add tabindex="-1"
html attr
nice, that works
the focus styling is a bit odd but I guess I'll just override that