helix

https://github.com/Lokeh/helix
lilactown 2020-01-07T18:31:30.000800Z

Got around to creating docs for how to create elements using $ and helix.dom https://github.com/Lokeh/helix/blob/master/README.md#documentation

lilactown 2020-01-07T18:32:07.001300Z

hopefully now that I have the rules written down, they’ll make a little more sense

Derek Passen 2020-01-07T21:04:57.001700Z

Was playing around with helix today. I was unable to require the helix.hooks namespace

Derek Passen 2020-01-07T21:07:53.002200Z

------ ERROR -------------------------------------------------------------------
 File: /Users/dpassen/.gitlibs/libs/lokeh/helix/fd3c1197787176897fb80e024ace1e3ba45d8aaa/src/helix/hooks.cljc
failed to require macro-ns "helix.hooks", it was required by "helix.hooks"
Error in phase :read-source
RuntimeException: No reader function for tag js

lilactown 2020-01-07T21:11:24.002400Z

taking a look

lilactown 2020-01-07T21:15:15.002700Z

@dpassen1 fixed in 517404445fdab38173560a46c092dc7ad8922c45

Derek Passen 2020-01-07T21:17:57.002900Z

thanks. i’ll check it out

Derek Passen 2020-01-07T21:26:39.003300Z

no problems now

👍 1
Derek Passen 2020-01-07T21:35:41.003900Z

thank you for the quick turnaround