Ben Morgan

Results 36 issues of Ben Morgan

I noticed that there seems to be an error in the documentation; maybe you care to merge this fix?

It would be useful if the license used could also be specified in `setup.py`, as then it can be displayed correctly by `pip-licenses`. This would involve a change like: ```diff...

This is my proposal for solving issue #20

enhancement

I am dealing with a large distribution of values. In your mean calculation here `total` overflows because you keep adding without keeping it down. May I suggest to use a...

enhancement

Currently, repoctl does not take parallel execution into account. This can lead to cases where a `repoctl add` or `repoctl update` does bad stuff. This is probably strongly related to...

bug
enhancement
refactor

The recursive download feature has been available since 0.20, and here's an edge case that hasn't been dealt with yet. Sometimes a package depends on a name that doesn't actually...

bug
enhancement

Currently, all filter criteria are connected by an implicit AND. Let us support OR statements. While traditionally, `|` is used to signifiy or, we would like to do this in...

enhancement

### Describe the feature/enhancement First of all, I really love what you've made here! It's a masterpiece. One thing I would find useful and which I think would also be...

enhancement

On the mobile app, I pressed the "download" button for several audiobooks, one after another, before any single one was finished, and the end result was: - All (as far...

bug