Brian Cohan

Results 6 issues of Brian Cohan

Right now, in `wtpython.formatters` we have `PythonCodeConverter` which assumes all `` blocks are python code. This is certainly a good assumption given our code, but it's likely we'll encounter non-python...

enhancement

We should try to create styles like the following to make things a bit more consistent across the application ```python from rich.console import Console from rich.theme import Theme custom_theme =...

Setup tox to allow for testing multiple versions of python locally. This can also be used to ensure the same testing configuration is used in github actions.

We don't need to test textual or rich specifically, but we should be able to test if stackoverflow results are rendered consistently in the TUI or no-display mode. I think...

Organize stackoverflow module so that the Stackoverflow object will keep track of which question its displaying and provide the markdown-rendered content for the display module. The SO module should also...

enhancement