Dave Pearson

Results 85 issues of Dave Pearson

At the suggestion of @willmcgugan I'm recording this *without* an MRE (although I have tried to make one; see below). In an application I'm currently toying with, over the weekend,...

bug
question
Task

Currently the return type of `App.render` is `RenderableType`; in our docs and in most places we talk about `App.render` returning a `RenderResult`. `RenderResult` is an alias for `RenderableType` and is...

bug
enhancement
Task

A dialog container/widget. Work in progress. The current version of this code uses a workaround for some needed functionality in CSS, to help calculate the ideal with/height of parts of...

enhancement
Task

This might be less specific that the subject suggests, but so far it's the only combination I've been able to use to create this problem. Given the following code, and...

bug
Task

This is one I run into now and again with my own apps, and I keep meaning to check if this is intended behaviour, or if this is a bug....

question
Task

The [documentation for CSS variables](https://textual.textualize.io/guide/CSS/#css-variables) doesn't appear to say what the scope of those variables is. For example, it would seem that if you're using `CSS_PATH`, you can't define a...

documentation
Task

This might be a case of `Widget.loading` needing some more work, or [the documentation for the property needing expanding](https://textual.textualize.io/api/widget/#textual.widget.Widget.loading), but right now using the widget `loading` property can have results...

bug
documentation
Task

At the moment, this issue is the opposite of [an MRE](https://label.dev/articles/minimal-reproducible-example/), but is instead a reminder to make some time to try and produce one. While riffing with a current...

bug
Task

Somewhat following on from #3806, I feel that the suggester API for `Input` is a wee bit too eager to make a suggestion. Consider the following code: ```python from textual.app...

enhancement
Task

Somewhat related to the original thinking in #2658: there are situations where a Textual application will be run in a way that it's difficult, if not impossible, to use a...

enhancement
Task