Fork me on GitHub
#cljdoc
<
2020-01-08
>
wilkerlucio05:01:27

hello, I just published a new library, but I think the namespace name of is causing trouble to CljDoc: https://cljdoc.org/d/com.wsscode/edn-json/1.0.0/api/com.wsscode.edn%3C-%3Ejson

wilkerlucio05:01:43

not loading on the site, my guess is because the namespace contains <-> in the middle of it

seancorfield05:01:34

I don't see any generated content in the main part of the page for that namespace, so it's not a rendering error per se... looks like cljdoc just wasn't able to lift the def/docstrings out of the ns?

seancorfield05:01:11

Although it has managed to find them to provide navigation here: https://cljdoc.org/d/com.wsscode/edn-json/1.0.0/api/com

martinklepsch08:01:56

Might be that we’re not properly decoding URL params? Please open an issue if you don’t mind 🙂

👍 4