@alekcz360 Are you interested in working on the hitchhiker-tree? I have just fixed the cljs compilation, but there is still something wrong with the amacroexpansion or our core.async wrapper. Figuring that out will probably take a bit of thinking to get the hang of it, but it would make you familiar with the core of Datahike's indexing.
@whilo I'm keen. Pop me a link and I'll get on it.
@alekcz360 Cool, try to execute this test in a cljs REPL: https://github.com/replikativ/hitchhiker-tree/blob/master/test/hitchhiker/konserve_test.cljc#L44
Haven't worked in cljs before. I've tried a few thing but my repl doesn't connect. Are there instruction somewhere about how to connect the cljs repl?
Ah, right you mentioned that ClojureScript is not your priority. I just plug in with Cider in Emacs, it offers me all the cljs options. What dev env do you use?
vscode and a regular terminal 😅
I am unforutnately not familiar with cljs in vscode. Can you ask in the cljs channel, maybe?
The unit test does not require to have a browser REPL, but it is the most relevant environment for us.
@whilo will do.