good first issue
Repository metrics
- Stars
- (115 stars)
- PR merge metrics
- (PR metrics pending)
Description
For very long files (eg, 2-hour files) it takes a very long time to get any feedback that the work is progressing. Meanwhile, for units smaller than a file (eg, one-minute chunks) we don't know how many total units there are, so reporting progress percentage is difficult.
We could either allow the user to provide a callback for progress updates (Phil's suggestion) or... something.