Wesley Workman

Results 33 comments of Wesley Workman

This seems cool and I could see how it could make the life easier for the maintainers of Ember. That said, it seems like it would be a lot of...

@ef4 > But the goal here is to enable a whole new class of apps to become Ember users. Apps that today would not have chosen Ember because it's "too...

We have this exact use case all over the place. However, it's not just limited to `resetController`, we often use `this.transitionTo` or `{{link-to}}` with query-params throughout the app. When query-params...

I've been hoping we would see a spread or splat operator for a long time. There is actually an open PR in the handlebars repo https://github.com/wycats/handlebars.js/pull/1149. In theory it should...

Are you getting a 413 on failures? I think it could be related to https://github.com/postmanlabs/httpbin/issues/614 .

@lhazlewood Just out of curiosity is this something you would expect a PR for? Or would you rather just keep the audience simple without an array?

:+1: We too have several customer adapters and that is our primary use case. It would also be helpful in unit testing our serializers.

I can live with that. It's not as nice as I'd like, but not a huge deal. Just curious, is there any particular concern that caused this to sway to...

It seems like a reasonable compromise could be to add a public `record.snapshot()` function to create a snapshot of the record, while still keeping the details encapsulated. This compromise wouldn't...

Actually digging through our logs I found one case where this happened. It's not really clear exactly what the user did, but I suspect they may have done something like...