Rick Eyre
Rick Eyre
@abastos-tui, thanks so much for this workaround. Worked wonderfully.
Is there a more complete example for this solution? I'm having trouble understanding how you go from this example to actually using `getValidator` and `getDataValidator` and their respective hooks.
I also need this feature. Any plans to add this or to accept a pull request if one is made?
I think we would just have to set it [here](https://github.com/feathersjs-ecosystem/feathers-sync/blob/master/lib/core.js#L18) correct? If this seems like a good idea, I'm happy to make a pull request.
Okay I see. This makes it hard to use a reactive model when using Feathers events; which is what I was hoping to adopt. The utility of feathers events really...
It's nothing too complicated. I have a lot of side effects in my application and I like to have those side effects to be owned by the service of the...
@daffl thoughts? Anything I can help with here?
@daffl okay awesome. I can work on a pull request for that then.
I think also, more exhaustive documentation would be good. For example you mention that you can set the JSON root and metadata properties, but I can't find anywhere in the...