David Luecke
David Luecke
I'd say the best way to solve this would be to catch misconfigurations on startup which in the [upcoming version](https://dove.feathersjs.com/) can be handled with [configuration validation](https://dove.feathersjs.com/api/configuration.html#configuration-validation) on startup and [application...
Thank you! Can we add tests for those as well?
A pull request with a test and fix is always welcome.
First, I would avoid using the populate hook with an SQL database if possible. That's what SQL joins are for which are much more performant. The easiest fix for your...
This should only happen if you pass `hook.params` to the other service calls in which case it is done explicitly (just as setting `params.knex` is) and it is up to...
I'm wondering if we should add some failsafe that just ignores `params.knex` if it's not for the services own table name.
It looks like this will be happening now for all new Greenkeeper PRs with a breaking version change that run on the latest Node. It can be solved by reverting...
This exists now in https://dove.feathersjs.com/awesome and will be the main ecosystem page of v5.
Making a note here that the thing that may be missing is that the ESM and CJS folders each need a `package.json` that declares the module type like ```json {...
I believe this is addressed now in the latest version of the oAuth plugin.