Dave Pearson

Results 85 issues of Dave Pearson

There are some handy plugins [available to the underlying Markdown parser library we use](https://mdit-py-plugins.readthedocs.io/en/latest/), so do a review of them and see about adding any that would serve Frogmouth well....

enhancement
Textual Issue
todo candidate

Frogmouth's code holds all of the styling in the code, mostly in `DEFAULT_CSS` on the relevant widget, with a bit over "overall" styling in `DEFAULT_CSS` on the main screen. It...

enhancement
Textual Issue

It appears that `textual-web` can't currently be installed when Python 3.12 will be the environment's Python (at least on macOS, Python installed via pyenv). Using `pipx`, for example, I get...

If I run `textual-web --help` I see this: ``` Usage: textual-web [OPTIONS] Main entry point for the CLI. Args: config: Path to config. environment: environment switch. devtools: Enable devtools. terminal:...

Until recently, if you connected to a URL for an application, and `textual-web` encountered an error running the application, the client side would quickly show a "Session closed" message. As...

At the moment, if you want to serve your applications via an account, the API key needs to go into `[account]` section of your configuration file. Depending on the type...

enhancement

I'm finding that, when I first visit the URL for a textual-web-served application, keyboard input is non-responsive; presumably because the terminal within the page doesn't have focus yet. It would...

enhancement

Currently, if someone was to use logic similar to `textual diagnose`, to diagnose what terminal their application was being run under, it would appear to be whatever terminal was used...

enhancement

See https://twitter.com/pinboard/status/1346936116264357893?s=21

Allow viewing all of the user's tags in their own buffer, perhaps as a cloud or something similar (see also [wordcloud.el](https://github.com/davep/wordcloud.el)), and if the user selects a particular tag, it...

enhancement
todo