-
I was using the arrow keys to navigate around the UI and suddenly the debugger crashed, the program I was debugging along with it, and this traceback showed up.
I've scrubbed the traceback a bit so…
-
Hi, I'm using alot 0.8 from Debian and when a thread with an expired gpg key is in the search results I am getting the following exception:
```
ERROR:ui:Traceback (most recent call last):
File …
josch updated
5 years ago
-
If I hit End during browsing conversation history I am presented with:
```
Traceback (most recent call last):
File "/usr/bin/hangups", line 33, in
sys.exit(load_entry_point('hangups==0.4.17…
-
It seems that the terminal widget does not support an overlay/pop up unless said overlay covers more 100% or more of the width of the terminal widget.
I used examples/pop_up.py and replaced the singl…
-
##### Description:
The TrioEventLoop ignores the `nursery` init parameter and unconditionally sets `_nursery` to `None` at https://github.com/urwid/urwid/blob/f092d65c3df195fcf9158a475c4096e5e371ed80…
-
```$ pol vi
An unhandled exception occured:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/pol/main.py", line 1318, in _run_command
return self.…
-
Hello,
I'm having trouble installing [`urwid`](https://github.com/urwid/urwid) with the below config, on MacOS 10.15.4, EDIT: pyoxidizer 0.7.0.
EDIT: To try to isolate the issue, the below confi…
-
##### Description:
tab characters are displayed as `?` in urwid, this makes code indented with tabs difficult to read in gertty
I thought it was related to #286 but it seems different as utf8 se…
-
```command
$ git describe
22.05-pre-923-g942eb9a335b
$ nix -L eval -f . stig.version
"0.12.2a0"
$ nix -L build -f . stig
stig> Sourcing python-r…
ju1m updated
8 months ago
-
I'm having a problem with displaying checkboxes in a listbox when listbox contents is populated by a special walker which creates items on demand.
For my application I want to display a listbox with …