@dadair yes, that's right
would add a vtraverse
as well
will probably do those for next release
but for now you can collect the path just like you're doing in nodes-with-refs
and then parse it out of item
when doing the traverse
Ok thank you I’ll give that a try
is there a more specter-y way to write (view (juxt :color :symbol))
?
@schmee looks good to me
is there something I can use in place of ??? to make this true?
user=> stuff
[{:color :red :symbol :moon} {:color :green :symbol :gear} {:color :yellow :symbol :star} {:color :blue :symbol :planet}]
user=> (= (select (??? :color :symbol) stuff) [[:red :green :yellow :blue] [:moon :gear :star :planet]])
feels like a multi-select