Nicolas

Results 39 issues of Nicolas

### Intended behavior NA ### Solution Update to the v1, impacts: - change scss file, - need to reduce css generated witth postCss - check if no legacy components (tiles)...

enhancement
dependencies

When I upgrade from Fastify v4.28 to 5.2, uploads of multipart/form-data failed with a 415 HTTP: ``` json { "code": "FST_ERR_CTP_INVALID_MEDIA_TYPE", "name": "FastifyError", "statusCode": 415, "message": "Unsupported Media Type: multipart/form-data;...

Hello, it is me again 😉 Here a proposal for allowing user to choose which message received from the websocket will be handled: ![image](https://github.com/user-attachments/assets/5e527472-9449-47de-875d-5982e2f104e8)

Hello, After modifying the WS node (the Unifi url, for example) and redeploying, messages are sent twice, as we use the [`wslogin` function with a timeout](https://github.com/Isaksson/node-red-contrib-unifi/blob/master/unifi.js#L404-L407). ```js node.tout = setTimeout(function...

Hello, I propose this PR to allow multiple calls in parallel (in case using split/join nodes). I've also slightly modified the code to allow a call without a payload.

PHP code is complex to maintain. Migration to a Fastify server should allow further evolution.

dependencies

### Current Behavior Some nodes like `http in` or `tcp in` does not trigger `onComplete` [hook](https://nodered.org/docs/api/hooks/messaging/#oncomplete). ### Expected Behavior All nodes should emit an `onComplete` event when they are completed....

needs-triage