David Sandoz

Results 21 comments of David Sandoz

For the ones using the `orderBy` filter, a workaround is to avoid using it and rather [sort](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort) the array beforehand. Then no more weird reordering or items disappearing.

I also encountered this issue in a Nuxt.js project, with version 2.8.1. However, it happens only when running tests, for the tests that are mounting components that import graphql files....

I also get the same error `g++: error: unrecognized command line option ‘-std=c++17’` when running `npm rebuild argon2 --build-from-source`, after having upgraded to 0.28.3. ``` make: Entering directory '/home/clients/{...}/sites/directus/node_modules/argon2/build' CC(target)...

I'm facing this exact same issue on a Nuxt.js SSR project as well. @kiaking, would it be possible to give an ETA for this fix? This would help me for...

@kiaking, is there any way we can help you with that without knowing the code base yet?

Ah, good to know, thanks, @cuebit! Is there a goal set for a release date? Or at least a “not before” date maybe?

If it can help in any way, I just noticed that this issue doesn't happen when Nuxt is running in _production_ mode. It still happens when running in _development_ mode...

@vesper8, I can't say if there's no issue *at all*, but I just made this observation with the use case in my project, which actually uses `fetch` and not `asyncData`....

I have the same issue as @dschreij. I was able to properly **write** the pivot data in the store by implementing a workaround like the one in https://github.com/vuex-orm/vuex-orm/issues/602#issuecomment-664185736 and then...

This was also raised in #300, but the implemented solution doesn't cover the natural language sorting. https://github.com/vuex-orm/vuex-orm/issues/300#issuecomment-821969191 gives a workaround that uses `localeCompare`, but it'd be better to have that...