Tim Bielawa

Results 10 issues of Tim Bielawa

Copied from Ankur Sinha (FranciscoD) on bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=1654747 ``` python-progressbar2 is a much better maintained, more featured fork of progressbar which had gone inactive in the past. Would it please...

This week I updated a lot of the community docs/pages. I need to update the readme and the docs site with clear links to the new items * Ensure the...

docs

From @kapsh in #61 > What do you think about adding precision argument to best_prefix method as shortcut for most commonly required operation? This is a good idea. I also...

enhancement

I began testing out adding support for the `ZiB`, `YiB`, `Zib`, and `Yib` units while working on #53. This broke the (new) unit tests immediately and in a non-obvious way....

bug

A follow-up to issue #51, implement disk capacity support for Windows systems. Reference material: - https://stackoverflow.com/questions/1422368/fcntl-substitute-on-windows

enhancement

Directories are like files.... kinda... listdir should return tuples for those too. Questions: - Return the size of the symbolic link to a directory or - Return the size of...

bug
enhancement

# Docs The documentation is missing a clear **How to install and deploy** section. The closest thing to that I can find right now is in [DEVEL.rst](https://github.com/projectatomic/commissaire/blob/master/DEVEL.rst). Which is not...

clean up
docs

DESCRIPTION of the request - Make something like `sum()` but it must actually work for bitmath objects ---- Passing an array of bitmath objects into the built-in `sum()` function has...

enhancement

In the 2.0 update bug #99, it was brought up that `parse_string_unsafe` can have negative side effects > Using an "unsafe" function will be flagged in every code review and...

docs

2.0.0 is coming and it will be python 3 only. Keep up with progress on this [branch](https://github.com/tbielawa/bitmath/tree/2023-01-26-no-more-py2) as I work up to the release. Watch the news file for specifics....

enhancement