Jorge Vasquez

Results 2 issues of Jorge Vasquez

NOTE: not really an issue i want to preform the following using httpie ``` const file = fs.createWriteStream("file.jpg"); const request = http.get("https://somedomain.com/sampleimage.jpg", function(response) { response.pipe(file); }); ``` whats the best...

feedback wanted

Hi! I really am interested in testing and running through your code. Everything is working except for one thing.. When just before training, it says Too many values to unpack....