Brian Cohan

Results 11 comments of Brian Cohan

The CLI usage for wtpython is `wtpython [] []` so the tags would have to go before `file.py` The intent (thus far) is to make it as simple as possible...

I tagged this to the New Features milestone since it's something worth considering. But at least for now, I think we need to make our code base a little better....

> This shouldn't have to be guessed for every code block. The `` blocks should have classes like `lang-java` or `lang-py` which specify the language. I haven't looked at the...

Unfortunately, since this is a limitation of Textual, there's only so much that can be done at the moment. I've done my development primarily on a Windows 10 WSL environment...

I'm curious how you suggest incorporating RTD and the like. I have a slight idea, but I'd like to hear more about yours.

It's certainly worth considering. I think our next big milestone needs to focus on decoupling the SO and display logic and a few other bookkeeping ideas, but after that, this...

This is one of my main goals. I want to make it so the display class manages as little as possible and has the stackoverflow object track which question it's...

I feel like we should be able to define a [style class](https://rich.readthedocs.io/en/stable/style.html#style-class) or [style theme](https://rich.readthedocs.io/en/stable/style.html#style-themes)

Guess I wrote that without thinking too much about what I was saying. The problem is that if I find an answer that I like, I can't seem to copy...

Maybe a hotkey to dump a specific question or answer to the terminal and quit?