Xavier G.

Results 9 issues of Xavier G.

This pull request adds nxagent keystrokes to switch clipboard mode on the fly. A typical use case for this feature is to prevent access to the real X server's clipboard...

This looks like a Qt bug, but since it only happens with `nxagent -R` and not with `nxagent`, I would like to discuss it here before reporting the issue to...

##### Expected Behavior When typing anything in lxqt-runner, I expect Home/End keys to move the cursor to the start/end of the line. Same when selecting (Shift+Home, Shift+End). ##### Current Behavior...

Hello, First, thanks for developing this tool, it is quite funny to see how fast it solves Semantle games :) However, I stumble upon this behaviour: ```console $ .local/bin/solve-semantle Semantle...

**Description** buildah segfaults upon lack of inotify instances. Note: upon inspection of the stacktrace, I guessed the underlying issue, closed a few applications, launched `podman build` again and this time...

stale-issue

- [x] Have you checked closed issues? (https://github.com/Textualize/textual/issues?q=is%3Aissue+is%3Aclosed) - [x] Have you checked against the most recent version of Textual? (https://pypi.org/search/?q=textual) ## The bug `Content.from_rich_text()` recognizes `conceal` and `overline` (i.e....

- [x] Have you checked closed issues? (https://github.com/Textualize/textual/issues?q=is%3Aissue+is%3Aclosed) - [x] Have you checked against the most recent version of Textual? (https://pypi.org/search/?q=textual) ## The bug ### MRE ```python #!/usr/bin/env python3 from...

In the beginning, the Linux driver used to write to stdout; this was changed to stderr to enable piping between a Textual producer and an external consumer. As these lines...

This issue affects Textual 1.0.0. It feels close to #4639. # MRE ```python from textual.app import App from textual.binding import Binding from textual.widget import Widget from textual.widgets import Footer, Input...