textual-web icon indicating copy to clipboard operation
textual-web copied to clipboard

Run TUIs and terminals in your browser

Results 17 textual-web issues
Sort by recently updated
recently updated
newest added

1. Crash logs It could be interesting for debugging purposes to have logs / traceback / exceptions saved to a file if the app crashes, in a per-session basis. If...

Hello, I recently tested `textual-web` within a corporate network and encountered this warning/error: ``` INFO connecting to Ganglion WARNING Unable to connect to Ganglion server. Will reattempt connection soon. ```...

The URL for terminal seems always randomly generated, even if I add slug in the configuration file like this: ```toml [account] api_key = "xxxx" [terminal.Terminal] slug = "a100server" name =...

Hello, are there arguments that changes the publishing to localhost instead of textual-web.io? like `localhost:8080/qwwwc7kp6daj/welcome`?

Example config given does not match three links in screenshot shown.

Is there a possibility for smooth scrolling + scroll-bar to be implemented in a ScrollableContainer widget specifically for the web. I understand that in the terminal it would be practically...

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

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...

Cool project! I realize this is probably out of scope, but it's critical for line of business apps where the data doesn't live on the server your running from. I...

Hi, What do you think of enabling GitHub Discussions for `textual-web` or should I be using the `textual` GitHub Discussions tab to discuss `textual-web`? Will `textual-web` be a pay for...