Todd Leonhardt

Results 77 comments of Todd Leonhardt

Hey @mayou36 you bring up a valid point. If you would like to submit a PR, it would be welcome.

#38 Rearchitected `tableformatter` into a multi-file Python package in preparation for other 0.2.0 changes

@lancestarr Thanks for reporting this issue Lance. If you would like to submit a PR, that would be greatly appreciated.

Regardless of which approach we take, we should probably add a section at the bottom of the README called something like "Performance considerations" where we explain what types of things...

@mitosch Would it be possible to get this PR merged in an a new release of `textual-terminal` to PyPI? I'd like to be able to experiment using this with a...

I think replacing most of cmd2's custom text formatting code with a combination of [rich](https://github.com/Textualize/rich) and [rich-argparse](https://github.com/hamdanal/rich-argparse) is a fantastic idea. It will reduce the amount of custom code that...

@anselor @kotfu Do either of you have any thoughts or opinions on any of the above?

The idea of basing `cmd2` on `prompt-toolkit` and getting rid of all `readline` usage is intriguing. As long as we maintain full compatibility with `cmd` I don't see any downsides...

#1376 Removes support for Python 3.8 and makes 3.9 the minimum required version since 3.8 is now past [EOL](https://devguide.python.org/versions/).

#1377 Makes use of type hinting generics added to collections so we no longer need to import things like `List` from `typing`