Rick van Hattem
Rick van Hattem
@andreatitolo I've added it as a configurable option now:  I'm currently working on the feature that @videopilot suggested
We now have an approximate conversion whenever an exact conversion is not available:  It can be configured through the `Fraction display precision` and it will show values up to...
Not sure what's wrong with the stalebot configuration... but it shouldn't close this :(
I'm not sure if it's entirely relevant for you, but for cross-system locking I've also implemented a redis based locking system: https://github.com/wolph/portalocker#redis-locks It works across multiple threads, systems, etc... in...
The stale bot is a bit overzealous (I'm still tweaking its settings). The feature is actually already in the current beta release and I'm working on a proper release right...
Tox and poetry serve different purposes though, tox allows for testing on multiple platforms and multiple things in parallel. Poetry is great for project management. I actually use poetry quite...
Not breaking backwards compatibility while adding new features is indeed the hard part. This library has a ton of legacy stuff unfortunately, but I think it's worth it so people...
I've properly added the feature of multiple progressbars now. The approach is a bit different from `tqdm` but I personally think this is a more obvious (although slightly more verbose)...
The new version with this feature has been released :)
The issue is that the threaded example, opposed to all other examples, doesn't work in all environments so I'm not a 100% sure where I should enable/disable it. But I'll...