planck

Planck ClojureScript REPL
2019-08-14T18:28:30.019300Z

Something’s up with the docs site? There’s an error message in the top left, and no API docs. https://cljdoc.org/d/planck/planck/2.24.0/doc/readme

2019-08-14T18:29:26.019900Z

The 2.23 docs are still good tho

pyrmont 2019-08-14T22:31:55.020800Z

Seems to be working again. Is it working for you @manutter51?

2019-08-14T23:03:29.021Z

No, I’m still seeing “API import failed in build #17319” in red letters on a red bg in the top left corner.

pyrmont 2019-08-14T23:03:48.021500Z

Ah, maybe cause I'm looking at it on my phone.

2019-08-14T23:04:21.021700Z

Under “Namespaces” on the left, it says “We couldn’t find any namespaces in this artifact…” plus some additional info.

pyrmont 2019-08-14T23:04:32.022100Z

Yep, I see it now :)

pyrmont 2019-08-14T23:04:48.022600Z

It's hidden behind a menu on the mobile version.

pyrmont 2019-08-14T23:34:07.023200Z

Seems to be connected to paredit.js.

pyrmont 2019-08-14T23:42:24.024700Z

Hmmm. This might be a limitation of cljdoc not understanding how a JavaScript library can be exposed. What do you think @mfikes?

mfikes 2019-08-14T23:45:36.024900Z

Yeah, cljdoc appears to be a bit fragile when it uses the analyzer to try to parse code. I think they were discussing using clj-kondo's parser, which may help with these sorts of issues.