Offir Golan
Offir Golan
Are you guys trying to copy the same model instance multiple times or are you copying different instances of the same model type?
Makes sense. The copy task runner has a drop concurrency task policy. That means it will only execute the first request and ignore the rest until it's done running. I...
Hmmmm thats pretty odd. I'll investigate this further in the next week or two. Pretty swamped at the moment.
@donaldwasserman I would if there was a decent way of doing this. I'd rather not bomb the model's proto with a bunch of copy tasks for each concurrency policy. ping...
@mpirio `serializerFor` and `transformFor` are both private methods. In what Ember data versions were they introduced?
@mpirio I think we should have a fallback if `transformFor` is not available. I'm not sure what version of ember-data it was introduced so I'm not too comfortable shipping this...
Unfortunately no. At least not without breaking the current API.
Yeah the logic should still be valid. Can you breakpoint [here](https://github.com/offirgolan/ember-data-copyable/blob/master/addon/mixins/copyable.js#L196) or [here](https://github.com/offirgolan/ember-data-copyable/blob/master/addon/mixins/copyable.js#L198) and see if those lines are getting hit in your app?
Can you replicate this issue with an earlier version of this addon?
@poteto this RFC is super well written. Well done 👏 . This looks super promising. My single concern is how you would properly handle failures in a pipeline step. It...