cljdoc

Cora (she/her) 2022-04-02T17:25:38.194499Z

I added some definitions to the post

Cora (she/her) 2022-04-02T17:38:02.082499Z

I really wish there was a shortcut to generating deeply nested clojure specs

Cora (she/her) 2022-04-02T18:03:05.493519Z

really wish I was just using malli for this part

Cora (she/her) 2022-04-02T18:03:06.900799Z

sighs

Cora (she/her) 2022-04-02T18:12:39.705199Z

yeah, I'm just going to do that

Cora (she/her) 2022-04-02T18:12:41.589649Z

this is bananas

Cora (she/her) 2022-04-02T18:13:20.273159Z

yolo

Cora (she/her) 2022-04-02T18:13:22.282459Z

and such

Cora (she/her) 2022-04-02T18:20:19.659399Z

@lee @martinklepsch interested in what you think about adding malli. making specs for searchsets and docsets is sooooo painful in spec and trivial in malli (malli can even generate the specs from the current data)

Cora (she/her) 2022-04-02T19:19:50.689349Z

it is so hard to build cache-bundles

lread 2022-04-02T19:32:07.269459Z

I like malli too @corasaurus-hex, I think they are good fit for cljdoc.

Cora (she/her) 2022-04-02T19:32:14.269059Z

cooooool

Cora (she/her) 2022-04-02T19:32:32.524659Z

I'm enjoying it for this purpose

lread 2022-04-02T19:40:07.021089Z

The only clojure spec I know that is actually active (and verified not stale) right now https://github.com/cljdoc/cljdoc-shared/blob/3d19b5d6d6c1af80c5e27126b5be10c84fecc33e/src/cljdoc_shared/spec/analyzer.cljc edn.

Cora (she/her) 2022-04-02T19:47:49.559689Z

and that's off on its own

Cora (she/her) 2022-04-02T19:48:15.678869Z

@lee what was that example project you had?

Cora (she/her) 2022-04-02T19:48:46.635769Z

wait, I found it

Cora (she/her) 2022-04-02T19:48:47.440559Z

https://github.com/cljdoc/cljdoc-exerciser

lread 2022-04-02T20:06:05.393129Z

Ya dats it.

Cora (she/her) 2022-04-02T23:30:50.672349Z

very cute

1
Cora (she/her) 2022-04-02T23:44:52.979489Z

ok I finally have the backend solid for single docset search

🎉 1
Cora (she/her) 2022-04-02T23:44:59.486679Z

UI time

lread 2022-04-02T00:04:44.660249Z

Done: https://github.com/cljdoc/cljdoc/issues/571

🎉 1