Floris Lambrechts
Floris Lambrechts
Hi, I find this a bit unintuitive: >>> bitmath.KiB(1/3).to_Bit() Bit(2730.6666666666665) I would expect this to throw an exception (I did not specify an integer count of bytes). There seems to...
I would find it useful if I could query result.span Just like I can get the `span` tuple information of individual fields (`result.spans['field']`). I realize "span" name-clashes a bit with...
From #238 -- the dockerfile appears outdated. I'm not sure anyone is using this anymore. We rely on tox and Github Actions.
I'm not a fan of rewriting config files. Feedback we had in various issues shows it's * ugly (it moves sections around, can affect newlines and whitespace) * inconvenient (it...
External tools currently have to use `grep` and `sed` to extract the version number from the output of `bump2version --list`. bump2version --dry-run --list patch | grep current_version | sed -r...
As mentioned and demonstrated in #200. Perhaps we could also offer `from bumpversion import run`?