Giovanni Bertoncelli

Results 22 issues of Giovanni Bertoncelli

When using the `multi()` command the `exec` callback gets called with (err, results) as parameters. In this implementation the results are always null, instead they should be a matrix of...

bug
good first issue

### 🚀 Feature Proposal I was wondering if, when creating an automatic mock of a class, it would be possibile to clear automatically also the prototype of the mocked class...

:rocket: Feature Request

Most modern Angular application uses Redux state management with NGRX or similar, usually relying on RXJS. I've noticed this isn't an API that is completely compatible with this library, while...

In README documentation there an incongruent use of the method `up()`: in one example a db and a client is passed to the function, in the other it is used...

## Issue I'm facing an issue with moleculer-web file-upload alias... I get a `ERR_HTTP_HEADERS_SENT` error in the `onAfterCall` hook when trying to change a res header after the alias has...

I'm using the new gateway action `addRoute` and it seems to try to serialize a function, which is not a problem with JSON serializer, but with CBOR for example crashes...

Hi, is this library still maintained? Since there is no release until 1 year ago and the WebRTC version is outdated.

## In this PR: - BugFix: This PR resolves the fastify server hanging when websockets clients are still connected, as referenced in #88. - Breaking: since `io.disconnectSockets` exists only on...

I'm reporting a bug discussed here: https://github.com/fastify/help/issues/988. It seems that `fastify-socket.io` is missing some logic like the one illustrated here with fastify-websocket: https://github.com/fastify/fastify-websocket/blob/431cba461f0bdd133d607deee6cfc56b69ea379a/index.js#L155-L172. ## Description When a fastify instance gets...

I get this error while installing casbin: ``` npm WARN deprecated [email protected]: The expression-eval npm package is no longer maintained. The package was originally published as part of a now-completed...

question