Justin Dhillon
Justin Dhillon
I want to work on this issue. Is this something I can take on as my first github issue? How would I go about fixing this?
Hey, I think I fixed it in #521.
You can do it by utilizing the underlying HTTP agent in Node.js: ```node const agent = new http.Agent({ localAddress: '192.168.1.100' }); // Replace with your desired local address const options...
This doesn't tell us a lot about your issue. If you provide a snippet of your code, we will have a much better chance of helping you.
If you have the back end code snippet, I can better diagnose the problem.
This is a problem on V0.x , but is already fixed on V1.x . I made PR #6307 to fix this.
This issue has been fixed and merged in #6307, this issue should be closed. I am willing to take on a maintainer role to close issues like this.
> @justindhillon will it be a released version? how can implement the solution to project It will be in the next release. You just have to wait until then. If...
> Nice idea! Maybe it would be useful to add sth like " Run `ruff check .` before pushing. Sounds great! The CONTRIBUTING.md file now looks like this: Contributing ============...
> @justindhillon i think there's a lint error, could you run `make format; make lint`? Thanks @jerryjliu ! I ran the commands and now all tests pass. I also added...