This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-06-26
Channels
- # announcements (21)
- # babashka (31)
- # beginners (64)
- # calva (51)
- # clerk (4)
- # cljdoc (7)
- # clojars (2)
- # clojure (63)
- # clojure-denmark (2)
- # clojure-europe (15)
- # clojure-nl (2)
- # clojure-norway (22)
- # clojure-sweden (5)
- # clojure-uk (15)
- # data-science (8)
- # datomic (23)
- # graalvm (6)
- # honeysql (3)
- # hoplon (3)
- # hyperfiddle (11)
- # jobs-discuss (6)
- # lsp (4)
- # pathom (26)
- # reitit (4)
- # releases (2)
- # shadow-cljs (41)
- # spacemacs (2)
- # xtdb (1)
funny situation: i have a namespace that has a segment that isnt used anywhere else: lazytest.extensions.matcher-combinators
exists, but lazytest.extensions
doesn't. cljdoc doesn't know how to render the latter doc page: https://cljdoc.org/d/io.github.noahtheduke/lazytest/0.2.1/api/lazytest.extensions.matcher-combinators vs https://cljdoc.org/d/io.github.noahtheduke/lazytest/0.2.1/api/lazytest.extensions
Yeah, that's new to me! I tried other libs on cljdoc and see the same issue. Thanks for reporting! I can take a look sometime soon.
no rush, i don't expect anyone to look at the docs here, i don't even have docstrings on my functions!
It seems like a general cljdoc problem - and a bit on the icky side, if you ask me! I'll understand and fix it soon.
I fixed a small regression in a recent change, should be all good now @UEENNMX0T
thank you!