cljdoc

Cora (she/her) 2022-04-03T01:14:11.476669Z

resists the urge to just rewrite the UI

Cora (she/her) 2022-04-03T01:14:20.407179Z

I'm such a snob about these things

Cora (she/her) 2022-04-03T01:14:26.208359Z

it's awful

Cora (she/her) 2022-04-03T01:14:43.379079Z

I'd want to do it in clojurescript if I did do it and I know jack all about that

lread 2022-04-03T01:15:38.773879Z

Could be a vehicle to learn ClojureScript web dev… if you are into that journey.

Cora (she/her) 2022-04-03T01:15:54.793409Z

I am, but I really, really want to ship this first

Cora (she/her) 2022-04-03T01:16:02.411029Z

and I have some calva stuff I'd like to finish

lread 2022-04-03T01:16:18.124479Z

Yeah, that’s fine too! TypeScript for now, right?

Cora (she/her) 2022-04-03T01:16:22.731739Z

yep

Cora (she/her) 2022-04-03T01:16:32.509389Z

more projects than time, plus chronic fatigue, means I have to be really selective

lread 2022-04-03T01:17:12.793419Z

Yeah, I certainly will not run out of things to do. Ever! So many interests!

lread 2022-04-03T01:20:27.076349Z

I think cljdoc is pretty fluid. We have a ragtag team. So whoever takes the lead for a certain area has lots of leeway. (Which allows me do things the Lee way often!)

😂 1
Cora (she/her) 2022-04-03T01:20:54.926769Z

ayyyy

Cora (she/her) 2022-04-03T01:20:58.962139Z

rimshot

Cora (she/her) 2022-04-03T01:21:15.845679Z

I adore puns, so you're cool in my book

lread 2022-04-03T01:22:45.204399Z

Good, because I can’t stop!

💜 1
Cora (she/her) 2022-04-03T01:38:40.579629Z

I'm liking malli so far

lread 2022-04-03T01:45:43.538289Z

Yeah… I find the hiccup syntax succint and easy to read!

lread 2022-04-03T01:46:16.561019Z

Yikes that’s ton-o-work you’ve tackled there!

Cora (she/her) 2022-04-03T01:46:50.867259Z

it certainly is

Cora (she/her) 2022-04-03T01:47:19.865509Z

I realize that's a pain for reviewers

Cora (she/her) 2022-04-03T01:47:28.814139Z

but there aren't really any good in-between steps for the feature

lread 2022-04-03T01:48:27.705329Z

yeah that’s fine, we might not understand it all in detail but can certainly review the general gist of it

Cora (she/her) 2022-04-03T06:55:12.243239Z

hrm

Cora (she/her) 2022-04-03T06:55:19.547649Z

pretty sure I'm going to need to move this searchbox

Cora (she/her) 2022-04-03T06:56:20.983819Z

http://monosnap.sutton.me/20220403015546-adg2b-screencast.mp4

Cora (she/her) 2022-04-03T06:56:49.031719Z

I think it'll have to be across the top of the page now

Cora (she/her) 2022-04-03T06:56:56.219669Z

which, tbh, I like better

lread 2022-04-03T14:04:57.618689Z

Very cool!

lread 2022-04-03T14:07:47.261419Z

You are in it deep, but personally, either placement seems good to me!

Cora (she/her) 2022-04-03T16:59:49.283679Z

I need more space to express all the relevant info about a search result

Cora (she/her) 2022-04-03T17:00:19.338509Z

whether it's a doc or a def or an ns

Cora (she/her) 2022-04-03T17:00:40.808329Z

a little bit of the match to show what we're matching on

Cora (she/her) 2022-04-03T17:01:52.331129Z

one downside to flexsearch is that while its queries are the best by a long shot it doesn't return what it actually matched on so I also need to figure out how to get that

Cora (she/her) 2022-04-03T17:05:34.688429Z

I may have to use something else tbh

lread 2022-04-03T18:52:11.869999Z

Well, whatever the v0 release of single docset search will be, it is probably better than what we have now, right? I mean to say: if you want to move on to other distractions, we don’t need perfection for the first cut.

Cora (she/her) 2022-04-03T20:19:14.908399Z

it won't be perfect but I want it to not be embarrassingly bad like it is now