-
Hello, did anybody recognize a difference between feathers 5.0.23 vs 5.0.24 using $in-query with mongodb-objectIDs?
In v23 a query
```
app.service('messages').find({
query: {
roomId: {
…
-
Hey There,
Randomly when I update a file I get the following error:
```
Error: ENFILE: file table overflow, open '.../node_modules/feathers-hooks-common/node_modules/@feathersjs/commons/lib/arg…
-
I have whipped up a new version on this package to add some features and solve some shortcomings of the current version. One of my main motivations in doing so is how well this package can work with t…
-
Hello,
I'm currently evaluating Feathers for our team and love it. I'm trying to cover all of our use cases and am stumped on how to handle creating or updating associations between entities with m…
-
### Steps to reproduce
- Set up a Nuxt + FeathersVuex project per the documentation.
- Create a page that queries a FeathersVuex service in asyncData
- Go directly to said page using client side ro…
-
Getting Below error while performing npn start
D:\BestBuyAPI\api-playground>npm start
> api-playground@1.1.0 start
> node src/
D:\BestBuyAPI\api-playground\src\db\index.js:36
var mode…
-
The package description says:
> IBM DB2 adapter for the Sails framework and Waterline ORM.
I'm wondering if using Waterline ORM without Sails is the minimum I need, or if Sails is really required.
-
![Screenshot_20230608-201132~3](https://github.com/feathersjs/feathers/assets/876076/2a614a29-d4dd-4b68-abe8-65aa13136b25)
## Benefits
- we could fit all these projects on screenshot, 2 folder…
-
Hi,
I am building an app and want to use feathers server side only. I am planning to migrate my current server side implementation from another NodeJS framework (that I currently use) and use Feather…
-
I am stuck at securing AuthManagement service.
Taken from Jon Paul Miles article, Auth-Management service hooks:
```
exports.before = {
// …
create: [
common.iff(isAction('passwordChange', '…