om

Please ask the channel first, not @dnolen directly!
steveb8n 2017-09-09T01:24:32.000016Z

A question about thunks in parser mutations. When used in a server side parser, can I assume that the thunk will be invoked syncronously i.e. I can access return values. I know this is not possible in a client parser but it simplifies things if it can be used this way in a server side parser.

2017-09-09T01:25:21.000030Z

in case anyone is interested in seeing how to do an om.next backend parser with SQL, here's a small one I built https://gist.github.com/cjhowe7/88e943ac7eefeda086f3a61eb1123712

2017-09-09T05:10:31.000030Z

is there some way to get om.next to use the tempids returned by my server parser's :action thunk? it keeps putting it under [:result :tempids], which breaks default-merge