David Luecke

Results 292 comments of David Luecke

Closing this PR since the new docs are available now at https://dove.feathersjs.com. We'll keep the branch around in case there is anything else we still need from it.

I'm going to close this since in current Feathers all built-ins (hooks, dispatchers, database adapters etc.) have been made sure to no longer mutate any existing objects. It is still...

This is now documented in https://feathersjs.com/api/databases/knex.html#transactions

This has been fixed via https://github.com/feathersjs/feathers/pull/3073 and published in v4.5.16

Are you using Express or Koa? What did it return before?

Great, I've been meaning to look into this so thank you for doing that.

Someone is always welcome to contribute this but since [the future of ObjectionJS is generally uncertain](https://github.com/Vincit/objection.js/issues/2335) there are currently no plans for this.

Feathers tries to provide as stateless of an architecture as possible so while there are persistent channel connections, they should only be used to distribute them into channels, not to...

Connections are object references to the actual sockets on an instance so they can't be saved to a persistent storage. Storing all connected clients by their id in a key-value...

If you payload contains circular JSON you can use a [custom serializer](https://github.com/feathersjs-ecosystem/feathers-sync#custom-serializer--deserializer)