om

Please ask the channel first, not @dnolen directly!
wilkerlucio 2017-04-03T18:48:06.973872Z

hello people, I just published a new article on how to write an intermediate/advanced parser for Om.next, with the stuff I have learned so far in this new world, I hope it can help some of you: https://medium.com/@wilkerlucio/implementing-custom-om-next-parsers-f20ca6db1664

1
šŸ¦œ 4
šŸ™‚ 4
sova-soars-the-sora 2017-04-03T19:50:12.206703Z

Cool! I myself am wondering how to do nested comments...

sova-soars-the-sora 2017-04-03T19:50:26.211648Z

anybody have any experience with nested queries?

gardnervickers 2017-04-03T21:05:00.658166Z

@sova Recursive query is pretty useful for nesting things like comments: {[:comment/by-id] [:comment/id :comment/user :comment/text {:comment/reply 'ā€¦}]}

anmonteiro 2017-04-03T21:06:08.678819Z

@gardnervickers hrm should be ā€¦ instead of [ā€¦]

anmonteiro 2017-04-03T21:06:21.682753Z

have you been using what you wrote there?

anmonteiro 2017-04-03T21:06:31.685886Z

interesting if it works

gardnervickers 2017-04-03T21:06:55.692949Z

Nope, Iā€™m mistaken, thanks for catching that!

šŸ‘ 1
adambros 2017-04-03T21:14:08.821003Z

@gardnervickers you can edit your comment?

šŸ‘ 1