Floris Lambrechts

Results 24 issues of 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.

testing
cleanup

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...

discussion

(assigned this to myself just to not forget about it)

documentation

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...

feature-request
feature-approved

As discussed in #200.

documentation

As mentioned and demonstrated in #200. Perhaps we could also offer `from bumpversion import run`?

documentation