issues Search Results · repo:Textualize/textual language:Python
Filter by
2k results
(102 ms)2k results
inTextualize/textual (press backspace or delete to remove)Have you checked closed issues? (https://github.com/Textualize/textual/issues?q=is%3Aissue+is%3Aclosed)
yes
Have you checked against the most recent version of Textual? (https://pypi.org/search/?q=textual) ...
damajor
- 1
- Opened 2 days ago
- #5872
As mentioned in #5862, the footer descriptions are unreadable when ansi_colors=True in the app. Unfortunately it looks
like the footer colors were broken in Textual v3.1.0.
Here s a comparison showing ...
TomJGooding
- 3
- Opened 3 days ago
- #5870
textual version: 3.4.0.
When updating tree-sitter-markdown to its latest 0.5.0 version, the following textual tests fail:
=========================== short test summary info ============================ ...
GaetanLepage
- 2
- Opened 3 days ago
- #5868
My app is basically a big compose() that yields all the app widgets:
yield WidgetA
yield WidgetB
with Container:
yield WidgetC
yield WidgetD
It turns out that WidgetC can only be constructed once ...
leemthai
- 2
- Opened 3 days ago
- #5866
After discovering that Textual has a textual-ansi theme, I was a bit surprised that this seems to default to light mode.
TEXTUAL_THEME=textual-ansi python docs/examples/widgets/footer.py
(The footer ...
TomJGooding
- 1
- Opened 5 days ago
- #5862
I spotted the Why doesn t Textual support ANSI themes? FAQ entry might need bringing up-to-date.
There is currently a light and dark version of the design system, but more are planned.
Themes were ...
TomJGooding
- 1
- Opened 5 days ago
- #5861
The bug
I m finding a way to disable the smooth effect in a VerticalScroll container. The only way i see is setting up the var
TEXTUAL_SMOOTH_SCROLL as descibed in here
I ve tested two levels of assigning ...
4l1fe
- 1
- Opened 8 days ago
- #5855
When running the self tests for 3.3.0 with Python 3.13.4, I see
tests/workers/test_worker_manager.py .... ...
0-wiz-0
- 4
- Opened 8 days ago
- #5854
class TableApp(App):
BINDINGS = [
Binding( a , accept , show=True, key_display= (A)ccept all , tooltip= 保存全部 ),
Binding( e , edit , show=True, key_display= (E)dit , tooltip= 编辑单元格 ...
Zim-Inn
- 1
- Opened 9 days ago
- #5852
In my app the user can edit a Tree structure. I would like to make the changes permanent i.e. the next time the app
loads, the edits get loaded back.
I don t really know anything about object persistence ...
leemthai
- 2
- Opened 11 days ago
- #5847

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.