David Luecke
Results
175
issues of
David Luecke
Closes #104
Basically, if one of the arguments (or the `params.query`) is an observable we should do what was suggested in https://github.com/feathersjs/feathers-reactive/issues/39 and `mergeMap` them into a single stream: ```js const service...
enhancement
Currently, the `smart` strategy removes entries when they get deleted and tries to add them to lists (in the right spot) if they match the query. There are some edge...
enhancement