feathers-reactive icon indicating copy to clipboard operation
feathers-reactive copied to clipboard

Reactive API extensions for Feathers services

Results 14 feathers-reactive issues
Sort by recently updated
recently updated
newest added
trafficstars

### Steps to reproduce I updated my code to feathers 5-pre.33, [email protected], ... Afterwards I get the following typescript error: Property 'watch' does not exist on type 'FeathersService'. Did you...

### Steps to reproduce Add this library to a typescript angular project And configure feathers with rx: ```javascript import { feathers} from '@feathersjs/feathers'; import { rx } from 'feathers-reactive'; feathers()....

### Steps to reproduce Use a sort query referring a property which is not retrieved in the target objects, ie the property does exist in the database but is discarded...

Hi, I started using feathers-reactive with vuex and in a standard CRUD scenario everything works fine. Now i m trying to make some canvas annotations (annotation is the feathers crud...

enhancement

I am using feathers-reactive, to get some data from a service and I subscribe to the result. When someone invites the user or he invites someone he should receive the...

bug

### Steps to reproduce As described in #92, the internal caching is flawed, even when using `listStrategy: 'always'`. Additionally to the issue with `find`, this also affects `get` calls: The...

bug

Given a Mongoose service configured for relationships with `{ ref: 'modelName' }`, when subscribing via a `.find()` query that includes the special `$populate` parameter, and a `patch` update is received,...

enhancement

How could I trigger brand new request every time I use service.find? `strategy=always` does not work, and `listStrategy=always` does not work either. There is still no http request in my...

bug

Due to serialization the query `{ }` is equivalent to `{ prop: undefined }` in terms of the returned results (at least over the wire). Unfortunately, siftjs handles both cases...

bug

### Steps to reproduce This is a weird issue to reproduce as it appears on staging/production build only. I can't tell if it's Webpack that's creating the problem, or it...

bug