I added some definitions to the post
I really wish there was a shortcut to generating deeply nested clojure specs
really wish I was just using malli for this part
sighs
yeah, I'm just going to do that
this is bananas
yolo
and such
@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)
it is so hard to build cache-bundles
I like malli too @corasaurus-hex, I think they are good fit for cljdoc.
cooooool
I'm enjoying it for this purpose
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.
and that's off on its own
@lee what was that example project you had?
wait, I found it
Ya dats it.
very cute
ok I finally have the backend solid for single docset search
UI time