Fork me on GitHub
#specter
<
2017-04-27
>
nathanmarz08:04:18

@albaker recursive-path is only needed when your path definition needs to refer to itself

nathanmarz08:04:45

the STAY is redundant regardless of the operation

nathanmarz08:04:09

walker navigates you to all values matching that predicate

nathanmarz08:04:29

navigating from those values using STAY does nothing

Al Baker14:04:01

makes sense, thanks!