Results 6 issues of Layton Whiteley

fixes #19 - [ ] fix lint and ts errors

Any plans to make `nedb` compatible with the latest versions of `mkdirp`? ```js error: Uncaught Exception thrown invalid options argument {"stack":"TypeError: invalid options argument \n at optsArg (/.../node_modules/mkdirp/lib/opts-arg.js:13:11) \n at...

Use case: Long running processes that can be aborted by the user. Considerations: - cancel in progress promise - clear the queue - would possibly be a breaking change to...

VFY: invoke type does not match method type of Lcom/timgroup/jgravatar/Gravatar;.formatUrlParameters ``` java 07-21 02:03:26.338 1698-1698/com.forsafety.app I/Message:﹕ isAuthenticated? true 07-21 02:03:26.338 1698-1698/com.forsafety.app W/dalvikvm﹕ VFY: invoke type does not match method type...

will there be nodejs support?

enhancement

### Steps to reproduce Using disablePagination hook produces a typescript error eg. 1 ```js // /src/app.hooks.ts import { disablePagination } from "feathers-hooks-common"; export default { before: { all: [], find:...