Tim Bielawa
Tim Bielawa
Thanks for the PR! I'll try to take a gander at this today. I'm excited about this one.
I'd like this squashed down into a shorter number of commits if you can please. One or a couple, whichever makes more sense to you.
@jonathaneunice this is a nice PR, do you still feel like trying to get this cleaned up and able to merge?
@ajwillo Thanks for posting your question. You gave me something interesting to think about. I have to admit, when I first saw this issue roll in I wasn't quite sure...
Proof of concept, must implement following behavior: ```python >>> a = bitmath.Kib(130130.75) >>> print(a) 130130.75 Kib >>> b = a.best_prefix(preserve_base=True) >>> print(b) 1127.080810547 Mib ```
@walrusVision Thank you for filing a detailed bug report and for following the template. Deep down inside I think I knew that probably wasn't thread-safe, thanks for confirming it. The...
There we go, https://bitmath.readthedocs.io/en/latest/module.html#context-managers added a note there. Going to leave this bug open for the time being. Maybe I or someone else will have an idea on how to...
I see what you're going for. I didn't realize before that there is a magic `__format__` method. I'm going to look at that closer. In the mean time, consider the...
Fix this in 1.1.0
**NB** this discussion is probably unrelated, but kind of cool to have discovered Just did a quick experiment, comparing the size of links with the length of the path (in...