-
https://github.com/urwid/urwid
The current TUI is in progress of creating a high level curses/dialog API. Switching to urwid would let us drop tui_screen.py, tui_curses.py, and tui_dialog.py, and i…
thw26 updated
20 hours ago
-
**Describe the bug**
When trying to add a new event in ikhal, it crashes with `AttributeError: 'zoneinfo.ZoneInfo' object has no attribute '_tzinfos'`
**If applicable: Stack Trace**
```
● ik…
-
Got this error scrolling up in console after a fresh server start:
```Traceback (most recent call last):
File "/home/minecraft/mark2/mark2", line 6, in
sys.exit(main())
File "/home/mine…
-
I'm getting this warning with `urwid-readline 0.14` and `urwid 2.6.15`. It comes from readline_edit.py:
```python
def _is_valid_key(char):
return urwid.util.is_wide_char(char, 0) or (
…
-
OneDriveGUI-1.1.1-x86_64.AppImage don't start sync. Show this error message:
sh: /tmp/.mount_OneDriHa61iy/lib/x86_64-linux-gnu/libreadline.so.8: no version information available (required by sh)
…
-
Urwid supports multiple color modes (256 colors, truecolor, possibly more). We Currently start in truecolor mode, but it makes sense to check what the current terminal supports and choose the right co…
geier updated
2 weeks ago
-
#### Problem Description
In taking a system (Ubuntu 24.04 with miniconda (Python 3.12)) that successfully had mitmproxy 10 installed, upgrading to mitmproxy 11 via pip causes installation of a new `u…
-
Piping some simple JSON like `[]` to `jpterm` fails like this:
```console
$ echo '[]' | jpterm
Traceback (most recent call last):
File "/home/mattiasb/.local/bin/jpterm", line 6, in
jpte…
-
Hi, one of the widgets is throwing errors.
Heres what I see:
```
canv = self._original_widget.render(size, focus=focus)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/us…
-
Is it possible this can be bumped to use the latest urwid? 2.0.1 ?
TIA!