Will McGugan

Results 137 issues of Will McGugan

`app.query` would raise an invalid CSS error because it reuses code from CSS parsing. This PR converts those to a more sensibly named error.

Review the README in the css branch for typos / grammar. Suggest improvements. Is there anything that should be README as well as / in preference to the docs? Perhaps...

The mouse scroll wheel results in quite slow scrolling. Although trackpad gestures are perfect. Can we get both working nicely?

Currently `call_later` invokes a callback after the screen is refreshed. This is useful when you want to do something post refresh, and you want the screen to update. It would...

Holding down shift creates ctrl-at keys.

enhancement
Task

We run Textual with ResourceWarnings enabled. We should disable these by default, but enable them via `textual run --dev`. The shouldn't write to stdout or stderr, which may break the...

We should have a "c" unit where 1c == 2 cells for width, but 1 cell for height. This is to compensate for the cells unit which is roughly twice...

Think we tried this, but ran in to dependancy issues. We should re-attempt.

We need a list view, with arbitrary list items. - navigate with cursor keys - Click / Enter to active - Message We should supply a ListItem widget, but also...

CSS_PATH should accept a list of paths, which will cause the app to load all the css files. This can allow for CSS libraries in addition to custom CSS. We...