sylvain-vq
Results
2
issues of
sylvain-vq
Hi, I don't know if I'm missing something here but I haven't found a way to disable retry for all or a specific task. Let's consider the following (contrived) configuration:...
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 ( len(char) == 1 and ord(char) >= 32 )...