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

![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 folders are cutoff - we could run this on ANY pure JS system without worrying about mongoDB...

### Steps to reproduce (First please check that this issue is not already solved as [described here](https://github.com/feathersjs/feathers/blob/dove/.github/contributing.md#report-a-bug) - if it is a general question or suggestion please start a [Discussion](https://github.com/feathersjs/feathers/discussions))...

We already do this for deno, and as we transpile from good TS, this should be fairly easy to wholesale. From my experience it's a matter of adding a single...

### Steps to reproduce pre.37, db: MongoDB 1. Set custom pipeline in a service find before hook like (context) => { context.params.pipeline = [{ $match: { foo: 'bar' } }]...

### Steps to reproduce Create a new project, register a service, create a global hook and override createQuery to add join columns. ```ts export class ChatMessagesService extends KnexService< ChatMessagesResult, ChatMessagesData,...

### Summary HOSTNAME is available in most Posix systems by default, so it can override your config/default.json OOTB. This is not a well known fact and a new feature in...

### Steps to reproduce The `@feathersjs/typebox` package doesn't export the [super useful values module](https://github.com/sinclairzx81/typebox#values). Happy to submit a PR for this. ### Expected behavior ```ts import { Value } from...

### Description The menu navigation only highlightes one level in the hierarchy instead of all the nested levels (e.g. "guides" and [guide for] "hooks" when one is on "guides/basics/hooks.html"). ###...

# Problem Using setNow, softDelete and many other hooks will generate non JSON types in the database. Which causes problems when making comparisons on the client side or sharing server...

### Steps to reproduce I want to extend the `authentication.oauth` config section with a custom strategy. However, the code errors with: ```sh /Users/jamesholcomb/code/app/node_modules/ajv/lib/compile/util.ts:211 if (mode === true) throw new Error(msg)...