progress-stream icon indicating copy to clipboard operation
progress-stream copied to clipboard

Read the progress of a stream

Results 12 progress-stream issues
Sort by recently updated
recently updated
newest added

I haven't dug deeply into the specifics of this issue since I'm replacing the library, and I'm pretty confident this project is no longer maintained, but I want to leave...

I might be overlooking something trivial here, but I can't see any way where `length` is *not* a number? It's initialized as 0, so when you pipe an HTTP stream...

example: downloading a video with separate streams (audio/video) combining progress for both.

Given in the readme section > **Gets the length of the stream automatically if you're using the request or http module. You can also pass the length on initiation. Progress-stream...

Do you know how to use this library with [multer](https://github.com/expressjs/multer)? I've found an example, but it doesn't work for me: > app.post('/upload', function (req, res, next) { > var p...

https://github.com/freeall/progress-stream/blob/master/index.js#L14 ```ts var speed = speedometer(options.speed || 5000); ``` This looks like it is passing speedometer milliseconds but according to these lines in speedometer source: https://github.com/mafintosh/speedometer/blob/master/index.js#L10 https://github.com/mafintosh/speedometer/blob/master/index.js#L16 ```ts module.exports =...

hey there :wave: thanks for the helpful module :pray: i assume this was done on purpose but i'd be curious about the rationale - the `update` object is mutated in-place...

Does it expose an `end` event?

https://github.com/freeall/progress-stream/blob/1beb155de00a5ee77feb7f422e56e3bec0bcd167/index.js#L67

Just wanted to say thanks 👍