Miguel Raggi

Results 2 issues of Miguel Raggi

Compiled following instructions from README. When running I get the following error: ```bash : CommandLine Error: Option 'help-list' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options ```...

The problem is this line: `self.total = len(gen) if total is None else total` That is executed at the beginning. But `len(gen)` might change throughout the iteration, but progress_bar just...