-
### Steps to reproduce
Use the composition API on a registered service and set `params.paginate = true` which should disable live updates
### Expected behaviour
It should use server side pagi…
-
## Expected Behavior
When a female Austroraptor is nested in, they should be using the full brown female skin.
## Current Behavior
The female Austroraptor's, when nested in, appear to use a m…
-
Currently this works in a very specific way, which is what I needed but I could see it being quite useful to other people.
In the [`/bin`](https://github.com/zapur1/feathers-rabbitmq/tree/master/bi…
-
In reaction to #3774, here's what I am trying to do. Currently I'm using a combination of riot.js, feathers.js and Primus to transport data from Node/Mongoose to the browser and back. But the case I a…
-
I've a couple of feathersjs backend services that are using version `4.5.15`, therefore the startup guide in the documentation did not work for me, I followed the instructions exactly.
I also wasn't …
-
Reviewed:
- [x] - models/alert #197
- [x] - models/algebras.js #198
- [x] - models/client-project.js #199
- [x] - models/contributor.js - Give a name to the contributor.list
- [x] - …
-
```
ERROR in ./node_modules/@feathersjs/hooks/esm/base.js 55:38
Module parse failed: Unexpected token (55:38)
You may need an appropriate loader to handle this file type, currently no loaders are c…
-
### 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()),
…
-
How would one go about using FeathersVuex with multiple Feathers backend APIs, all using shared authentication? I'm trying to implement something like the second option from [daffl's post](https://git…
-
Hello, in feathersjs when you logged in, you get the accessToken and user data (at least default configuration) . The accessToken is saved at localStorage, so, there are any posibility of add a auth…