-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: no_proxy issue #411
fix: no_proxy issue #411
Conversation
Thanks for the PR. What issue does it fix, specifically? Also, is it really necessary to add a dependency for this? Seems like a well-crafted regex would do. :) |
41e7049
to
a8e662c
Compare
Thanks for working on this @Avishagp! @tomas if it helps with the context, I outlined some of the @Avishagp I would maybe also ensure/test that |
8724955
to
fb02b3f
Compare
Hi @tomas , is there anything else I should do to get this fix approved? |
Hi @tomas, I've changed everything you asked for, is there anything else I should do to get this merged? |
Sorry, busy days lately (newborn daughter). I'll take a look at it later today. |
fb02b3f
to
c8163df
Compare
c8163df
to
e5c5b9e
Compare
Hi @tomas, congrats! hope all is well. I've fixed some broken tests in this PR and believe it's fully ready now |
Congrats from my side as well!
Would also be great to see a release after this gets merged if possible! :) |
@tomas sorry to ping again knowing you're probably swamped, just want to make sure this doesn't get forgotten :) |
👀 :) |
Hi @tomas sorry to ping again, it's been another month so thought I should make sure this doesn't get forgotten. Thank you and hope all is well with you and your family! |
Hi @tomas this is getting more urgent for the users, any chance you could approve this? 🙏 |
Hi @Avishagp and sorry for the extremely long wait. I just refactored your solution into another branch and PR and just merged it (#416). Initially I wasn't convinced of having a separate Anyway, thanks again for the PR and the amazing patience. Baby Mara is happy about this issue finally being solved. :) |
Fix or fully support
NO_PROXY
setting.Supporting extended configuration of
NO_PROXY
patterns like using wildcards …Addresses: #383