Dave Pearson

Results 85 issues of Dave Pearson

As I read [the docs for `Hide`](https://textual.textualize.io/events/hide/), it's my understanding that this code should show show and hide notifications as I hit the spacebar: ```python from textual.app import App, ComposeResult...

bug
question
Task
needs discussion

I feel the way that an action is found for a `@click` link is unintuitive. Consider this code: ```python from textual.app import App, ComposeResult from textual.containers import Vertical from textual.screen...

enhancement
Task

Removes an error like this: error: Skipping analyzing "ollama": module is installed, but missing library stubs or py.typed marker [import-untyped] when running mypy over code that uses the library.

I was just pointing someone at the inline textual-web-based examples in the docs and they seem to be failing, with a start of them instantly showing: ![Screenshot 2024-04-19 at 15...

Initially raised on Discord, where someone was trying to get a short `DataTable` to grow large enough to show its content, and to also wrap it in a container that...

Task

Recently, on occasion, I've seen this fail in CI: ![Screenshot 2024-03-07 at 09 43 24](https://github.com/Textualize/textual/assets/28237/c9de1b4b-07d3-4fde-834a-fee289c41576) So far a subsequent run has gone through fine. [This seems to be the problem...

bug
Task

Links in Textual can't be navigated with or selected with the keyboard; ensure that dependencies can be shown or interacted with in a way that they can be selected via...

enhancement

As of 0.54.0 (possibly earlier, although this isn't the first instance of a related issue being noticed) the layout of the dialogs within Frogmouth are broken: ![Screenshot 2024-03-27 at 14...

bug

Currently Frogmouth makes a pretty simple check to see if a file at the end of a URL is a Markdown file; quite simply by looking at the name of...

enhancement

A common request/observation on release day was "this is so close to a TUI Obsidian client, can that happen?"; right now it can be used to view individual Obsidian files...

enhancement
Textual Issue
todo candidate