-
Hello,
I was trying out https://github.com/isamert/scli when I noticed that UI often gets corrupted when emojis are involved, and it turns out z4h is somewhat to blame 🙂
I believe I managed to …
-
Hi,
I just received the following spam (encoded in base64 to make sure it reaches you byte by byte the same):
```
UmV0dXJuLVBhdGg6IHJqbkBjYXBzLmFtClJlY2VpdmVkOiAgZnJvbSBzY2kuYW0gKFs1LjE5OS4x
OTcuMTU…
josch updated
10 years ago
-
I tried setting this:
```
displayed_headers="From,To,Cc,Bcc,Subject,X-Been-There,X-Loop"
```
In the hope of seeing mailing list information when it's available. But as it turns out, with this option…
-
I'm managing to crash consistently.
1. `./scli --save-history --enable-notifications --show-names --notification-command "notify-send -i '%a' scli '%s'"`
2. `` to focus messages
3. /something
4.…
-
There's a certain buffer that, whenever I try to open it, it crashes out with this error message:
``` python
Traceback (most recent call last):
File "/usr/bin/nctelegram", line 79, in
ncTelegr…
-
Environment:
- Python 2.7
- Linux x64
Stack trace:
```
...
File "/home/wookayin/.local/lib/python2.7/site-packages/pudb/debugger.py", line 360, in user_call
self.interaction(frame…
-
When I try to navigate down past the start/end datetimes I get this:
```python
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/khal/ui/__init__.py", line 1365, in sta…
-
I`m running the current develop version of alot with urwid 1.3.1 and urwidtree 1.0.1.1.
Some mail threads are causing the follwoing exception:
```
% alot …
-
```
import urwid
icon = u"\U0001F50A" # 🔊
top = urwid.Filler(urwid.Padding(urwid.LineBox(urwid.Text(icon, align="center")), width=5))
urwid.MainLoop(top).run()
```
In the above code, the rig…
imrek updated
10 months ago
-
When I press the key 'i', tyrs will crash with:
Traceback (most recent call last):
File "/usr/bin/tyrs", line 16, in
main()
File "/usr/lib/python2.7/site-packages/tyrs/tyrs.py", line 66, in …