Jonathan Cardoso

Results 33 issues of Jonathan Cardoso

Hey! Awesome tool. This is a feature request to provide a GitHub action on this repository that uses the Docker image itself.

The folder [types](https://github.com/JCMais/hubot-typescript-boilerplate/tree/abef004/types) has some types that would be better if moved to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped), however I will only do so when I'm comfortable with the types there.

enhancement

https://curl.se/libcurl/c/CURLOPT_PREREQFUNCTION.html Added with libcurl `7.80`

feature
missing-option
good first issue

This can be done by passing the option `--with-ca-bundle`. Doing that would make it much easier to use the library with `https` sites, as the client would not be required...

feature

https://nodejs.org/api/addons.html#addons_context_aware_addons https://github.com/nodejs/node/blob/master/test/addons/worker-addon/test.js https://curl.haxx.se/libcurl/c/threadsafe.html https://curl.haxx.se/libcurl/c/libcurl.html#GLOBAL Probably depends on https://github.com/JCMais/node-libcurl/issues/155 Also see: https://github.com/nodejs/help/issues/3356

backlog
worker

Currently AppVeyor is the CI that takes the longest time, we should be able to move some builds to GitHub actions.

ci

Currently throwing an error on Windows: https://ci.appveyor.com/project/JCMais/node-libcurl/builds/31615817

build-error
windows
nw.js

OpenSSL does not provide a production-ready version with QUIC enabled, we will need to wait until then: https://github.com/openssl/openssl/pull/8797 For the QUIC/HTTP3 backend we will need to use `ngtcp2` as `quiche`...

feature

https://curl.haxx.se/libcurl/c/curl_mime_init.html

feature
missing-option
help wanted