Tony Kay

Results 24 comments of Tony Kay

There is a simple workaround that makes a watch mode unnecessary: coffee -w -c dir dir2 ... which you can add to a simple maven exec plugin if you really...

There was a typo in tempid remapping code that is supposed to fix tempids for non-application state (queues, etc.). Should be fixed in 3.5.19-SNAPSHOT and above. Needs testing.

Ah. Hm. Yeah, the first txn remaps that tempid everywhere, including in the queues. Going to need an exclusion for that.

But what, exactly, got sent on the network by (2)? I think it doesn't matter, because the second one should have communicated with the server with the correct ID, which...

Technically you are correct, but there are ways to work around it. For example, using `returning` from a mutation is really the right way to "load" the result of a...

By the way, have you looked at the id in the second mutation's params? Technically it should have already been rewritten as well. The closure over that value when into...

I think the work I already did supporting lambdas is the right answer (deprecate back). Just needs docs.

Hm. This is sort of a breaking change because the coordinates of the dependency changed. This will ripple through to other libs and downstream projects and cause them to have...

This is available in current releases. Could use some documentation.