@anmonteiro we default the query to the current route too but do so in a wrapped migrate. I'll make a gist of that to compare with wrapping send.
hrm I suppose that would be a better option, since we wrap migrate anyway
Is there a glossary for om
/`om.next`? I don't see one on the Wiki. It'd be helpful to have clear definitions for concepts like parser
, reconciler
, etc.
@xiongtx https://github.com/awkay/om/wiki/Om-Next-Overview . Found a nice presentation here under "The Pieces of the Mutation Puzzle"
claudiu: š± thatās a long document! Next up after the quick start I guess š
@dnolen remember when you added :easy-reads
? https://github.com/omcljs/om/commit/8ce880dc246f12dbb29c3bfa7fb6563a068f939e
I think the default shouldnāt be true
just got tripped up on that
that change effectively broke the default behavior
or am I reading it wrong?
@anmonteiro hrm ok, though thatās an old change now and will probably trip someone else up if we change it
hrm I might be reading the change wrong
I think we preserved the default behavior after all, so there must be something wrong on my end. sorry for the noise
k