Alfonso Graziano

Results 12 issues of Alfonso Graziano

Hi, i have a p2p connection and when i do call.close(), on("close",...) is triggered only on the peer that calls che close function. How can i trigger both the peers?...

released on @rc

Copy of the PR for the master version. The goal is to add an example on how to use Express with the Clean Architecture approach

examples
pr

Hi! Thank you for this repo, it is really useful :) I would like to add a complete example of the use of clean code and clean architecture concepts (by...

### Steps to reproduce 1.npm install https://github.com/blackuy/react-native-twilio-video-webrtc.git#b332f49d6aa418549733367af7bfa559caf251d0 2. set up twiliovideo 3.try to trigger onNetworkQualityLevelsChanged ### Expected behaviour onNetworkQualityLevelsChanged trigger function (from repo example) ### Actual behaviour onNetworkQualityLevelsChanged event is...

Hello, I would like to work on RealWorld examples for this repository (this is my first contribution to a project). Before to start I would really appreciate an ok from...

Hi @sindresorhus, @novemberborn I noticed you're listed as maintainer for ava so I'd like to bring to your attention that [email protected] tests have been failing across different systems on v21.x....

##### Checklist - [x] `npm test` passes - [x] contribution guidelines followed [here](https://github.com/nodejs/citgm/blob/HEAD/CONTRIBUTING.md) Three packages are always failing during the install phase: - Failed on [3310](https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3310/) - Failed on [3309](https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3309/testReport/)...

##### Checklist - [x] `npm test` passes - [x] contribution guidelines followed [here](https://github.com/nodejs/citgm/blob/HEAD/CONTRIBUTING.md) Even if we increased the overall Semver test suite timeout in #1004, some tests still fail due...

Hi @linusu I noticed you're listed as maintainer for **multer** so I'd like to bring to your attention that [email protected] tests have been failing inconsistently across different systems on v18.x....

I was looking at the Heap profiler. I created a Memory Leak on a Next.js application with this code: ```jsx import styles from "./page.module.css"; import { headers } from "next/headers";...