Lars Grams

Results 6 comments of Lars Grams

@TomJGooding to my knowledge its not supported, cause it relies on termios, which is not available for windows.

Hi @ModeSevenIndustrialSolutions 1. Regarding the line length, in the setup.cfg I got this section ```cfg [flake8] # Some sane defaults for the code style checker flake8 max_line_length = 88 extend_ignore...

@wngtk Isnt defining an alias on your own for your shell an easy solution to this? I also created a TUI for rye (rye-tui) with basic functionality, that way you...

Hi @learnbyexample , In the source for Radioset you have some processing for the buttons [here](https://github.com/Textualize/textual/blob/main/src/textual/widgets/_radio_set.py#L175-L203). The flickering has to do with the fact that the RadioButtons can have focus....

@mitosch could you merge and make a new release please?

Hi @PlasmaHH yes right, with the new theme system in textual it broke some of textual-plotext internals. Darren already created a [PR](https://github.com/Textualize/textual-plotext/pull/14) for that. Until that is merged and a...