-
### Steps to reproduce
I have one project ReactNative and Feathers with a service lets say service_logs
### Behavior
1. I create a new service_log: SERVICES_DEVICE_LOGS_CREATE_PENDING
2. …
-
Basically, if one of the arguments (or the `params.query`) is an observable we should do what was suggested in https://github.com/feathersjs/feathers-reactive/issues/39 and `mergeMap` them into a sing…
daffl updated
6 years ago
-
I'm leaning toward a React/Redux single-page application, maybe with server side rendering if it is convenient.
What should we use for the Web frontend?
-
e.g. after creating a new user, send out token to confirm email.
-
Currently this works in a very specific way, which is what I needed but I could see it being quite useful to other people.
In the [`/bin`](https://github.com/zapur1/feathers-rabbitmq/tree/master/bi…
-
### Steps to reproduce
- create a knex db service
- add a find before hook that uses hook.params.knex with any custom query:
```
hook => {
hook.params.knex = hook.service.createQuery(hook.p…
-
**Vulnerabilities**
DepShield reports that this application's usage of [debug:2.6.9](https://ossindex.sonatype.org/component/pkg:npm/debug@2.6.9) results in the following vulnerability(s):
- (CVSS *…
-
maybe make a s3 feathers service, which other services can use in their hooks.
-
Hi!
This looks like a useful collection of hooks! We are also planning on pulling out the bundled hook from [feathers-hooks](https://github.com/feathersjs/feathers-hooks) into their own repository wh…
daffl updated
8 years ago
-
### Describe the bug
Attempting to upload a file in codeflow fails with a `Cannot read properties of null (reading 'name')` error message.
Exact same issue that used to happen in StackBlitz http…