Christopher Gammie
Christopher Gammie
I'm having exactly the same problem with this - closing a markdown file crashes phpstorm. Disabling the gfm plugin solves the problem. Shame though as I prefer to use the...
@snewcomer thanks for getting back to me! your test actually shows what the problem is. this line: `expect(dummyModel.name).toEqual('previous');` that shows that the value on the dummy model has been set...
I can't find any reference to it in the guides or the API docs, but basically when you set an attribute on an Ember Data model, if there is an...
Yeah totally get why you're reverting the model after the save fails... does kind of make sense. Not sure what to suggest so interested to hear your thoughts once you've...
@BryanCrotaz I'm using fetch for the async validators, and have utility functions to configure the fetch to work with the server. Luckily it works without a service: it would be...
@snewcomer great, I'll put together a PR. Hopefully I should have some open source time this coming week to sort it out.
@snewcomer I am still happy to do it, but not sure quite when I can get to it. Possibly this week.
@neomerx see you haven't been active on Github since March last year. Hope everything is ok. Hope you can tag the fix as `4.0.2`. If you need help maintaining the...
@mahagr looks like I'm going to have to run a fork too, as I'm not sure that PR is going to get merged. My fork is here: https://github.com/laravel-json-api/neomerx-json-api
Yeah I'm happy to maintain my fork because it's a critical part of Laravel JSON:API. I'm not up for doing any re-writing, more just keeping it up-to-date for PHP versions...