David Luecke
David Luecke
True, the docs should be more specific there. Basically if a service chooses to send their own events they will have to take care of it themselves. And yes, it...
We solved this using [gitbook-plugin-advanced-emoji](https://www.npmjs.com/package/gitbook-plugin-advanced-emoji) and replacing all emojis with their text representation from the [emoji cheatsheet](https://www.webfx.com/tools/emoji-cheat-sheet/).
Your module loader needs to be configured to transpile this module using a modern version of Javascript (ES2018 or later I believe) - there is additional documentation on module loaders...
Whoops, just confirmed, the required preset is ES2020.
Sounds good to me as long as it can be turned off with a flag.
Great, thank you for doing that! I'm wondering if I should move the `Paginated` type back into the main repo if that is the only breaking change (which it looks...
Well, the type isn't really something a core Feathers service expects or uses, it's only a convention used by the adapters. I just published `5.0.0-pre.4` changing it back. I think...
This is good to know. At least updating the adapters (other than infrastructure) should be doable then. I had to make a bunch of dud pre-releases because the publish was...
Hm, I was expecting this to work as intended (patching/removing all items) because the `_getOrFind` explicitly always sets `paginate: false`: https://github.com/feathersjs-ecosystem/feathers-sequelize/blob/master/lib/index.js#L114 but as pointed out, the `filterQuery` is causing the...
I'd like to get this released as well but I'm wondering if this might be a breaking change. Either that or nobody is using this functionality? 🤷