Brad Overton
Brad Overton
Since prettier v3 has dropped support for plugin search https://github.com/prettier/prettier/pull/14759 everyone's going to need to rely on explicitly listing plugins in this array, we should probably aim to fix this...
> happy to reopen for further discussion if it sounds merrited. @runspired yes please I've just attempted to upgrade my application from ED 4.6.4 to 4.7.3 and observed the same...
> The server returns errors that don't adhere to jsonapi spec Actually, I believe that error I gave and most of the errors I am having issues with do infact...
It's looking like my only option here will be to implement extractErrors() to store the server error on a new property, and then refactor the error handling throughout my application...
> I think you want no extractErrors hook at all ... I didn't even think of that.. `extractErrors: false` would skip the code block in question, since the `typeof extractErrors...
Ok - I've thought a bit more about this. > This transformation is roughly unchanged for ~3-4 years, here it is in [4.4](https://github.com/emberjs/data/blob/f4bfbaa148b67104d0022fd176faa0f4a612289a/packages/store/addon/-private/system/errors-utils.js#L55-L80) and [3.16](https://github.com/emberjs/data/blob/v3.16.9/packages/store/addon/-private/system/errors-utils.js#L51-L76) While that's true, that code...
I've put this PR together https://github.com/emberjs/data/pull/8669/
The PR I mentioned is a proof of concept if we wanted to patch the legacy code to still work the same as it used to, but I've instead now...
@ahmadsoe any chance this could be merged? It's a potential blocker for ember v4 & embroider upgrades, as that addon uses ember global and some other bespoke stuff. This file...
I can't seem to replicate the behaviour that the OP is describing. Maybe the `and` and `or` helpers were different at some point. The helpers do indeed seem to return...