Jonathan Cardoso

Results 137 comments of Jonathan Cardoso

it seems the curl-config file provided with macos has some broken variables: one option is using brew's libcurl, which as mentioned above, or building libcurl from source, the build.sh script...

Node.js v20 did not have prebuilt binaries when you tried to install, thus causing it to try to compile it locally, but in your case, it failed because you are...

Hi @deadbeef84 thanks for the report. I am not finding time right now to look into these, but as soon as go through my backlog on project I will try...

Python 3.0 is required, node-gyp will automatically try to find it, as it shows on your logs. Could you send me a Dockerfile that reproduces the issue?

references to python 2.7 were removed from the readme.

Hey! I will try to add the prebuilt binaries next weekend, I will update this if I am able to do so

No, there are [some build issues](https://github.com/JCMais/node-libcurl/actions/runs/6761865095) that I will have to fix throughout the week

I released a pre-release version of node-libcurl that has prebuilt binaries Node.js v20, it is available through `node-libcurl@next`, feel free to try it out and report any issues. This pre-release...

@zuzupapa could you provide more details on the issue? Including steps to reproduce? A docker image that reproduces the issue would be super helpful.

@jeremydenoun I tried to reproduce the issue but had no luck, are you able to provide a code that reproduces it somehow for you? Maybe using a test file from...