-
When I import your project on a TS file:
```
import search from 'feathers-nedb-fuzzy-search';
```
I have the following error:
```
[ERROR] 18:56:22 ⨯ Unable to compile TypeScript:
src/serv…
-
I was curious if it's possible / a good idea / already being done, to set the provider value to 'sync' or something when the service call is triggered by feathers sync.
I've read in the docs that i…
-
Hi,
I'm using typescript with feathers-objection.
And trying to make a GET request with composite-key like in the readme example:
```js
app.service('/user-todos').get([1, 2])
```
But I get t…
-
See https://github.com/eddyystop/feathers-reduxify-services/issues/12#issuecomment-310304880
-
https://trace.giveth.io/trace/amin-givether-pan-distribution
This is the log for this event:
Trace title is repetitive. Please select a different title for the trace. {"type":"FeathersError","…
-
maybe make a s3 feathers service, which other services can use in their hooks.
-
I want to add two factor authentication service to my feathers app.
Please give a suggestion how to proceed in new version of feathers to achieve this.
Thanks in advance
-
### Steps to reproduce
There is a Users Schema in my project with a `password` field which is set to 'required: true'.
Now I have to create a list of users using data from an excel file which does n…
-
Hi, I've been setting up a new Feathers app with ObjectionJS and Typescript recently and found out that if I set up relations according to the examples outlined in the docs here (on the feathers-objec…
-
Starting working on a FearthersJS-based micro-service architecture I wonder if this module could not be a little bit extended to cover this use case. Indeed it actually already covers two main feature…