Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rich progress bar #1

Merged
merged 90 commits into from
Jan 5, 2024
Merged

Rich progress bar #1

merged 90 commits into from
Jan 5, 2024

Conversation

TimeTravelPenguin
Copy link
Owner

No description provided.

TimeTravelPenguins and others added 30 commits December 25, 2023 01:10
Need to fix logging option and fixed printing bug
Added pytest
TimeTravelPenguin added 28 commits January 4, 2024 22:37
commit 865fa9d
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Thu Jan 4 23:26:59 2024 +1100

    Updated version

commit 293a0ee
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Thu Jan 4 23:25:11 2024 +1100

    Squashed commit of the following:

    commit 7d7253e
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:24:15 2024 +1100

        Removed

    commit 78fb100
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:04:07 2024 +1100

        Update

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests

commit 792b11b
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Thu Jan 4 23:04:07 2024 +1100

    Update

commit d3e5094
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Thu Jan 4 22:38:45 2024 +1100

    Squashed commit of the following:

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests
commit 0a052d9
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Fri Jan 5 01:00:36 2024 +1100

    Squashed commit of the following:

    commit d7432bc
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:27:48 2024 +1100

        Squashed commit of the following:

        commit 865fa9d
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 23:26:59 2024 +1100

            Updated version

        commit 293a0ee
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 23:25:11 2024 +1100

            Squashed commit of the following:

            commit 7d7253e
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 23:24:15 2024 +1100

                Removed

            commit 78fb100
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 23:04:07 2024 +1100

                Update

            commit 4a17e5d
            Merge: 1fc7702 5280ebb
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:37:04 2024 +1100

                Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

            commit 1fc7702
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:28:33 2024 +1100

                Corrected tests

        commit 792b11b
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 23:04:07 2024 +1100

            Update

        commit d3e5094
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 22:38:45 2024 +1100

            Squashed commit of the following:

            commit 4a17e5d
            Merge: 1fc7702 5280ebb
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:37:04 2024 +1100

                Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

            commit 1fc7702
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:28:33 2024 +1100

                Corrected tests

    commit 7d7253e
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:24:15 2024 +1100

        Removed

    commit 78fb100
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:04:07 2024 +1100

        Update

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests

commit 6f71628
Author: TimeTravelPenguins <TimeTravelPenguin@gmail.com>
Date:   Mon Dec 25 01:10:42 2023 +1100

    Moved division to a multiplication to reduce computation cost

    Refined concept, but introduced errors within rich.

    Rename refactor and defined __all__

    Moved type aliases and constants to own files to avoid cyclic referencing

    Refactored code to a more maintainable state

    Moved into Extractor.py to avoid cyclic referencing

    Changed imports along with refeactor

    WIP: Progress printing

    Finished PoC revision of progress display

    Refactor: Moved files. Continued working on progress display.

    Adjusted version

    Continued working on progress display

    Black reformat

    Refactor & Updated pyproject.toml

    Fixed issues with progress not displaying

    Need to fix logging option and fixed printing bug

    Corrected progress duplicating

    Black reformat

    Update project version

    Moved main.py into own submodule

    Updated to set up pre-commit

    Cleanup with mypy

    Corrected pre-commits

    Updated pyproject

    Added pytest

    Changed to start app from __main__.py

    Create CI.yml

    Create python-publish.yml

    Formatted

    Updated workflows

    Reformatted file

    Added poetry-dynamic-versioning plugin

    Added dynamic version plugin

    Removed explicit python version

    Changed install order

    Added version

    Added basic tests

    Added app_theme to __all__

    Refactor to target python 3.8

    updated

    Updated to target lower python version

    Refactor to target python 3.8+

    Replaced built-in

    Corrected types

    Updated project to better use pyproject, pre-commits, and poetry plugins

    Squash commit: Corrected pre-commit

    Updated project layout

    Formatted

    Updated workflows

    Added poetry-dynamic-versioning plugin

    Removed explicit python version

    Changed install order

    Added version

    Removed

    Added simple test

    Refactor to target python 3.8+

    Corrected typing

    Corrected typing

    Changed lowest target version to python 3.11

    Corrected tests

    Squashed commit of the following:

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests

    Update

    Squashed commit of the following:

    commit 7d7253e
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:24:15 2024 +1100

        Removed

    commit 78fb100
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:04:07 2024 +1100

        Update

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests

    Updated version

    Corrected versioning

    Corrected invalid typing

    Corrected versioning

    Version update
commit 2a3d076
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Fri Jan 5 01:11:33 2024 +1100

    Bump version

commit 0a052d9
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Fri Jan 5 01:00:36 2024 +1100

    Squashed commit of the following:

    commit d7432bc
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:27:48 2024 +1100

        Squashed commit of the following:

        commit 865fa9d
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 23:26:59 2024 +1100

            Updated version

        commit 293a0ee
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 23:25:11 2024 +1100

            Squashed commit of the following:

            commit 7d7253e
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 23:24:15 2024 +1100

                Removed

            commit 78fb100
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 23:04:07 2024 +1100

                Update

            commit 4a17e5d
            Merge: 1fc7702 5280ebb
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:37:04 2024 +1100

                Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

            commit 1fc7702
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:28:33 2024 +1100

                Corrected tests

        commit 792b11b
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 23:04:07 2024 +1100

            Update

        commit d3e5094
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 22:38:45 2024 +1100

            Squashed commit of the following:

            commit 4a17e5d
            Merge: 1fc7702 5280ebb
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:37:04 2024 +1100

                Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

            commit 1fc7702
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:28:33 2024 +1100

                Corrected tests

    commit 7d7253e
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:24:15 2024 +1100

        Removed

    commit 78fb100
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:04:07 2024 +1100

        Update

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests

commit 6f71628
Author: TimeTravelPenguins <TimeTravelPenguin@gmail.com>
Date:   Mon Dec 25 01:10:42 2023 +1100

    Moved division to a multiplication to reduce computation cost

    Refined concept, but introduced errors within rich.

    Rename refactor and defined __all__

    Moved type aliases and constants to own files to avoid cyclic referencing

    Refactored code to a more maintainable state

    Moved into Extractor.py to avoid cyclic referencing

    Changed imports along with refeactor

    WIP: Progress printing

    Finished PoC revision of progress display

    Refactor: Moved files. Continued working on progress display.

    Adjusted version

    Continued working on progress display

    Black reformat

    Refactor & Updated pyproject.toml

    Fixed issues with progress not displaying

    Need to fix logging option and fixed printing bug

    Corrected progress duplicating

    Black reformat

    Update project version

    Moved main.py into own submodule

    Updated to set up pre-commit

    Cleanup with mypy

    Corrected pre-commits

    Updated pyproject

    Added pytest

    Changed to start app from __main__.py

    Create CI.yml

    Create python-publish.yml

    Formatted

    Updated workflows

    Reformatted file

    Added poetry-dynamic-versioning plugin

    Added dynamic version plugin

    Removed explicit python version

    Changed install order

    Added version

    Added basic tests

    Added app_theme to __all__

    Refactor to target python 3.8

    updated

    Updated to target lower python version

    Refactor to target python 3.8+

    Replaced built-in

    Corrected types

    Updated project to better use pyproject, pre-commits, and poetry plugins

    Squash commit: Corrected pre-commit

    Updated project layout

    Formatted

    Updated workflows

    Added poetry-dynamic-versioning plugin

    Removed explicit python version

    Changed install order

    Added version

    Removed

    Added simple test

    Refactor to target python 3.8+

    Corrected typing

    Corrected typing

    Changed lowest target version to python 3.11

    Corrected tests

    Squashed commit of the following:

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests

    Update

    Squashed commit of the following:

    commit 7d7253e
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:24:15 2024 +1100

        Removed

    commit 78fb100
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:04:07 2024 +1100

        Update

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests

    Updated version

    Corrected versioning

    Corrected invalid typing

    Corrected versioning

    Version update
commit b389460
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Fri Jan 5 13:13:35 2024 +1100

    Bump version

commit 95fb1ab
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Fri Jan 5 13:12:48 2024 +1100

    Corrected behaviour for when --overwrite is not given

commit 3b0fd14
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Fri Jan 5 13:12:06 2024 +1100

    Removed constant

commit 2278d05
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Fri Jan 5 11:48:39 2024 +1100

    Added more logging & changed project versioning

commit 2a3d076
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Fri Jan 5 01:11:33 2024 +1100

    Bump version

commit 0a052d9
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Fri Jan 5 01:00:36 2024 +1100

    Squashed commit of the following:

    commit d7432bc
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:27:48 2024 +1100

        Squashed commit of the following:

        commit 865fa9d
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 23:26:59 2024 +1100

            Updated version

        commit 293a0ee
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 23:25:11 2024 +1100

            Squashed commit of the following:

            commit 7d7253e
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 23:24:15 2024 +1100

                Removed

            commit 78fb100
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 23:04:07 2024 +1100

                Update

            commit 4a17e5d
            Merge: 1fc7702 5280ebb
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:37:04 2024 +1100

                Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

            commit 1fc7702
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:28:33 2024 +1100

                Corrected tests

        commit 792b11b
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 23:04:07 2024 +1100

            Update

        commit d3e5094
        Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
        Date:   Thu Jan 4 22:38:45 2024 +1100

            Squashed commit of the following:

            commit 4a17e5d
            Merge: 1fc7702 5280ebb
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:37:04 2024 +1100

                Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

            commit 1fc7702
            Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
            Date:   Thu Jan 4 22:28:33 2024 +1100

                Corrected tests

    commit 7d7253e
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:24:15 2024 +1100

        Removed

    commit 78fb100
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:04:07 2024 +1100

        Update

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests

commit 6f71628
Author: TimeTravelPenguins <TimeTravelPenguin@gmail.com>
Date:   Mon Dec 25 01:10:42 2023 +1100

    Moved division to a multiplication to reduce computation cost

    Refined concept, but introduced errors within rich.

    Rename refactor and defined __all__

    Moved type aliases and constants to own files to avoid cyclic referencing

    Refactored code to a more maintainable state

    Moved into Extractor.py to avoid cyclic referencing

    Changed imports along with refeactor

    WIP: Progress printing

    Finished PoC revision of progress display

    Refactor: Moved files. Continued working on progress display.

    Adjusted version

    Continued working on progress display

    Black reformat

    Refactor & Updated pyproject.toml

    Fixed issues with progress not displaying

    Need to fix logging option and fixed printing bug

    Corrected progress duplicating

    Black reformat

    Update project version

    Moved main.py into own submodule

    Updated to set up pre-commit

    Cleanup with mypy

    Corrected pre-commits

    Updated pyproject

    Added pytest

    Changed to start app from __main__.py

    Create CI.yml

    Create python-publish.yml

    Formatted

    Updated workflows

    Reformatted file

    Added poetry-dynamic-versioning plugin

    Added dynamic version plugin

    Removed explicit python version

    Changed install order

    Added version

    Added basic tests

    Added app_theme to __all__

    Refactor to target python 3.8

    updated

    Updated to target lower python version

    Refactor to target python 3.8+

    Replaced built-in

    Corrected types

    Updated project to better use pyproject, pre-commits, and poetry plugins

    Squash commit: Corrected pre-commit

    Updated project layout

    Formatted

    Updated workflows

    Added poetry-dynamic-versioning plugin

    Removed explicit python version

    Changed install order

    Added version

    Removed

    Added simple test

    Refactor to target python 3.8+

    Corrected typing

    Corrected typing

    Changed lowest target version to python 3.11

    Corrected tests

    Squashed commit of the following:

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests

    Update

    Squashed commit of the following:

    commit 7d7253e
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:24:15 2024 +1100

        Removed

    commit 78fb100
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 23:04:07 2024 +1100

        Update

    commit 4a17e5d
    Merge: 1fc7702 5280ebb
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:37:04 2024 +1100

        Merge branch 'rich-progress-bar' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into rich-progress-bar

    commit 1fc7702
    Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
    Date:   Thu Jan 4 22:28:33 2024 +1100

        Corrected tests

    Updated version

    Corrected versioning

    Corrected invalid typing

    Corrected versioning

    Version update
@TimeTravelPenguin TimeTravelPenguin merged commit 255f3e5 into main Jan 5, 2024
0 of 6 checks passed
@TimeTravelPenguin TimeTravelPenguin deleted the rich-progress-bar branch January 5, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant