Azad Gupta
Azad Gupta
Hi, can I work on this issue? I can update the documentation and add the example showing how to run with jiti support, including the npx args. Please assign this...
Hi! I would like to work on this issue. Since Node.js already handles proxying when `NODE_USE_ENV_PROXY=1` is set, Axios should avoid applying its own proxy logic to prevent the port...
Thanks! Yes, adding a Node.js version check makes sense. NODE_USE_ENV_PROXY is only respected starting from Node 22.11.0, so I’ll update the logic to: - Check process.env.NODE_USE_ENV_PROXY === '1' - AND...
Hi, can I work on this issue? I would like to contribute and implement this feature. Please assign it to me.
Thanks for the guidance, appreciate it!
Just checking in — let me know if anything else is required from me.
I would like to work on this issue. The problem seems to be with the outdated documentation for building Node with a custom ICU source directory. I’ll update the docs...