Cyrill Burgener

Results 5 comments of Cyrill Burgener

Yes, that's clearly better than the existing example. Maybe downloading and decompressing several tar files.

Obviously if you run this: ``` pipx install pre-commit pipx install pre-commit==2.5 --suffix _2_5 pipx select pre-commit_2_5 ``` Then the `pre-commit` install without suffix is no longer callable, until you...

If I thought this through correctly your suggested solution should be equivalent from the user's perspective to just forbidding to run `pipx select` if a non-suffixed variant is installed. In...

My use case for it is to check whether a given entity can hit a target with a projectile launched at a fixed speed in any direction. For this I...

Hi Til, sorry for the delay. I didn't really consider performance to that level, I mostly added the filter because it's generally applicable and thus makes the library easy to...