Rocco Musolino
Rocco Musolino
Same, what if I wanna post a buffer instead of a string
Right now I'm doing concat myself. ```js function concatStream(stream) { return new Promise((resolve, reject) => { let result = '' stream.on('data', (chunk) => { result += chunk.toString() }) stream.on('end', ()...
still no timeout? is the request always pending?
This should be addressed, to have more control on headers sent.
@sokeeffe10 Yeah i had a defective board.
@sokeeffe10 don't worry too much, at the end i've recovered that board. Sometimes, you just need to avoid the soldered header, and connect the wires directly to the esp-8266 chip...
will it be moved on github?
I could help with something but we should first split it in a separete module: #63
@feross I'm working on this features. Here https://github.com/roccomuso/webtorrent-www/commit/2bbe5b02b3d2016ef2f7833cb440aece502b3476 the change of node color depending on seed/leech state. Is graph.seed('id', true/false); acceptable as API? I've noticed also that the _choke_ and...
ok thanks for the tip, I'm on it right now... ;) By the way I'm introducing a new dependency: https://github.com/avoidwork/filesize.js It's a few lines browserified but provides a pratical way...