-
Hi, I am using feathers-mongoose version 8.5.1 , mongoose 6.0.13, I am installing 'mongoose-lean-virtuals' and the lean attribute that we should pass in order to support that is `lean: {virtuals: true…
-
I love that Feathers builds out API endpoints for services with both REST and multiple websocket providers. It may be of interest to additionally support an HTTP/2 SSE transport provider.
http://docs…
-
Although we don't link to theses pages, they do exist and are in the subsequent search map.
The following docObjects do not have a `body` field:
```
can-cid {"line":1,"codeLine":26,"path":"node_mod…
-
After a great exchange of [ideas](https://discord.com/channels/509848480760725514/930352418179391528/1074416095403986964) with @daffl, the other day, I am submitting some revelations here, to wrap up.…
-
Sift allows a second argument of options which can include custom operators, etc. Similar to other database adapters that accept some database config, I think we should allows this adapter to accept `…
-
Sometimes it creates some temporary view and starts giving out this error like it cannot delete it, this both in local couchdb, not just on Bluemix, not even removing the view and restarting the serve…
-
Hello Community,
I've found an issue with using useFind. In short, when executing the code in Exhibit 1, feathers-pinia successfully queries my backend server which returns the results. However, …
-
## The dependency [feathers-vuex](https://github.com/feathersjs/feathers-vuex) was updated from `1.6.2` to `1.7.0`.
🚨 [View failing branch](https://github.com/BarbellHero/barbell-hero/compare/master…
-
### Steps to reproduce
I have a typebox schema like:
```
export const itemSchema = Type.Object({
id: Type.Number(),
meta_data: Type.Object({
tie: Type.Optional(Type.String()),
…
-
I'd like to propose a response for batch requests similar to the pagination response that is provided for "find" methods.
I've implemented the following as a hook and found it very useful in quickl…