-
The following changes are needed to fully prepare `feathers-objection` for Feathers v5 Dove:
- [ ] Port to TypeScript
- [ ] Support the updated `@feathersjs/adapter-tests` suite. (including `param…
-
## The dependency [feathers-mongoose](https://github.com/feathersjs-ecosystem/feathers-mongoose) was updated from `6.2.0` to `6.3.0`.
🚨 [View failing branch](https://github.com/EuropeanRespiratorySo…
-
While I integrate feathers oauth2 with this `passport-wechat`, and visit http://localhost:3035/auth/wechat I got error 'passport.initialize() middleware not in use'.
I check this error is from line 5…
-
### Steps to reproduce
Add `stashBefore()` to the hooks of a simple service. The code looks like:
```
const { stashBefore } = require("feathers-hooks-common");
module.exports = {
before: …
-
## The dependency [@feathersjs/authentication-client](https://github.com/feathersjs/feathers) was updated from `1.0.5` to `1.0.6`.
🚨 [View failing branch](https://github.com/dlrg/landestool/compare/…
-
Creating services or apps/prototypes with the Memory adapter is currently not supported in the CLI... Leading us to use Custom services, which look nothing like adapter code, or MongoDB, which requir…
-
I'm trying to integrate the `cls_hooked` with SocketIO, using the Feathersjs framework:
```javascript
const socketio = require('@feathersjs/socketio')
const tracer = require('../tracer')
const s…
-
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…
-
**Describe the bug**
When building my app with this package, I get the error "cannot be called on 'Map?' because it is potentially null." We were able to resolve the issue by changing this._socket.i…
-
### Steps to reproduce
Create a new project, register a service, create a global hook and override createQuery to add join columns.
```ts
export class ChatMessagesService extends KnexService<
…
alwex updated
4 months ago