feathers icon indicating copy to clipboard operation
feathers copied to clipboard

The API and real-time application framework

Results 246 feathers issues
Sort by recently updated
recently updated
newest added

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...

There's a Vitepress plugin to export to PDF. https://github.com/condorheroblog/vitepress-export-pdf

### Summary **Important:** This PR is not finished, it is a WIP! This PR updates the packages ported in #2531 to the newest versions. I used the `dove` branch and...

### Steps to reproduce I have a simple webapp with a `Users` service. Authentication is based on this service and works as expected. However I have a field in the...

I apologize this is not a fully formed issue. I noticed this recently while perusing the code for schemas and wanted to capture it before I forgot. But I haven't...

### Steps to reproduce Can not use many mongoose features (like populate, convert keyword in schemas, can not define modelNames in schemas) Have to rely on ajv schema validator and...

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: { $in: ['62759ea6b884f9180816bfb1', '62759ea6b884f9180816bfc1'] } }...

I've encountered an issue where `resolveExternal` will throw `Cannot redefine property: Symbol(@feathersjs/schema/dispatch)`. However, I can't reproduce this reliably. Sometimes the guard introduced with #3380 catches it, other times it passes...

### Steps to reproduce Steps to reproduce can be found in the index.ts at this repo/branch: https://github.com/jordandenison/feathers-local/tree/service-authentication-issues ### Expected behavior On login event in channels.ts, connection object should have the...

### Summary Provides better types for the `enabledMethods` array Fix's an incompatibility when using `feathers-swagger` [security property](https://feathersjs-ecosystem.github.io/feathers-swagger/#/api?id=swaggerswaggeruioptions)