-
This is an epic for keeping track of all the moving parts it takes to get Socket.io working in SSR.
It's in the early Proof of Concept / planning stage right now. After talking with @BigAB, @mat…
-
### Steps to reproduce
- Create a new Feathers App with a Service using a Database adapter that supports `$push` (e.g. mongodb, mongoose)
- Use `preventChanges(true, 'roles')` to prevent changes o…
-
When having a security hook in place in app/before/all (thus being executed before the service level hooks) using an `authenticate('jwt')` hook in other services screwed up the auth hook for us.
Us…
-
### Steps to reproduce
```
{{ user }}
...
id: 42
```
### Expected behavior
User object with nested profile object
### Actual behavior
User object is empty.
The…
-
Hey there ! I am starting up a new feathers app with RethinkDB .. and noticed this plugin .. I was wondering what the pro's/con's are of a rethinky service layer versus the "stock" rethinkdb one (tha…
-
https://www.youtube.com/watch?v=gmasnR_Cml0 (45:25)
> Automated testing is widely considered a best practice. After considerable effort, the industry now agrees that unit testing, system testing, u…
-
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 service) real…
-
[resolved] Issue: On the mq-client service we need to add a user id entity like on the feathers-mongoose this.id, this is used to identify what field on the users service or what service your using on…
-
Performing a `app.service('tmp').getEntries()` (inherited from `feathers-memory`) before using any command internally executing `ready()` will result in a `TypeError` (`Cannot convert undefined or nul…
-
I'm using feathers-swift and feathers-swift-socketio to connect a iOS app to a feathersjs + mongoose service.
I have been able to successfully connect my iOS app to the feathers server, and I am al…