-
Performing a `app.service('tmp').getEntries()` (inherited from `feathers-memory`) before using any command internally executing `ready()` will result in a `TypeError` (`Cannot convert undefined or nul…
-
**Vulnerabilities**
DepShield reports that this application's usage of [lodash.isstring:4.0.1](https://ossindex.sonatype.org/component/pkg:npm/lodash.isstring@4.0.1) results in the following vulnerab…
-
**Vulnerabilities**
DepShield reports that this application's usage of [lodash.isplainobject:4.0.6](https://ossindex.sonatype.org/component/pkg:npm/lodash.isplainobject@4.0.6) results in the followin…
-
Hi @bertho-zero
I understand that this repo is not being maintained due to lack of time on your end. However I am sure many have and are still taking advantage of this great repo.
I have a simp…
-
Sift allows a second argument of options which can include custom operators, etc. Similar to other database adapters that accept some database config, I think we should allows this adapter to accept `…
-
The docs describe in [this section](https://feathersjs.com/api/express.html#params-query) how to set a custom query parser. It is however not possible, this was [reported before](https://github.com/fe…
-
Hello,
First of all, this is a great framework, and i like this example. But i'd be nice if a private chat is implemented with it (if possible). tnx.
-
When I call ex: `api.service('ads')['name']` in a `.ts` file, I cannot get it to recognize any types outside of the standard feathers Application type. So if I call `api.service('ads').findInStore` - …
-
Hello,
### Steps to reproduce
Create a simple service :
info.service.js
```
import Info from './info.class';
import hooks from './info.hooks';
export default function (app) {
app.use…
-
### 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…