Results 16 comments of JEB

I would be interested in something like that. @jmburdette, did you find anything?

It would be useful to see your full tsconfig.json and package.json. I ran into a similar issue but solved it since, I just can't remember how but I think it...

Thanks for the answer ! :) I tried using http too, but did not work. I think it may be a problem with http.js... Plans to do what? EDIT: Just...

I think it may be related to node http itself and not your code...

I was looking at the http.js file (where http.get is defined). line 1836: exports.request = function(options, cb) { if (typeof options === 'string') { options = url.parse(options); } ... }...