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

Minor, I know. But hear me out. We are implying that we support or prefer angular over Vue in some way by not having an alphabetical list, or one that's...

The query syntax helper creates two different types between TypeBox 0.25: And 0.26: While the local package tests are passing, in a generated app this means that any operator like...

### Steps to reproduce If a service has the following hooks: ```js before: { all: [() => { throw new Error('boom') }] }, error: { create: [context => console.log('After create',...

Creating services or apps/prototypes with the Memory adapter is currently not supported in the CLI... Leading us to use Custom services, which look nothing like adapter code, or MongoDB, which...

### Steps to reproduce This is my schema ``` // Main data model schema export const clientSchema = Type.Object( { _id: Type.String(), apiKey: Type.String(), online: Type.Boolean({ default: false }), report:...

### Steps to reproduce Start with the [feathers-chat](https://github.com/feathersjs/feathers-chat) example and try to add replies to messages from there. ### Expected behavior One would expect to be able to change the...

### Steps to reproduce ```ts app.service(path).find({ paginate: { default: 1000, // ts error here max: 1000 } }) ``` ### Expected behavior I'd expect to be able to pass the...

Hello, I have a table Portal that has multiple PortalUser (basically Ticket and Ticket-user) in my portalSchema I have an array of PortalUser `portalUsers: Type.Array(Type.Ref(portalUserSchema)),` I can resolve them like...

It would be very nice to have types on the eventemitter of services. This issue should track the request. Currently I go with an own helper method on the service...

Original issue (https://github.com/feathersjs-ecosystem/feathers-mongodb/issues/207) was closed when the repo was archived, reopening as it looks like it might not have been addressed. ### Steps to reproduce I am running https://github.com/bcgov/issuer-kit in...