datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
whilo 2020-05-24T02:23:19.229200Z

@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.

alekcz 2020-05-24T05:23:18.230Z

@whilo I'm keen. Pop me a link and I'll get on it.

whilo 2020-05-24T09:58:15.230800Z

@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

alekcz 2020-05-25T19:09:58.241300Z

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?

alekcz 2020-05-25T19:10:04.241500Z

@whilo

whilo 2020-05-25T19:12:18.241700Z

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?

alekcz 2020-05-25T19:21:45.241900Z

vscode and a regular terminal 😅

whilo 2020-05-25T19:31:54.242100Z

I am unforutnately not familiar with cljs in vscode. Can you ask in the cljs channel, maybe?

whilo 2020-05-25T19:32:16.242300Z

The unit test does not require to have a browser REPL, but it is the most relevant environment for us.

alekcz 2020-05-25T20:42:46.243Z

@whilo will do.