-
Hi,
I'm not sure whether this issue has been brought up. I tried using socli in windows terminal. When I typed 'socli -iq html error 404' and made a selection, it just outputs 'Exiting'. I turned o…
-
#### Problem Description
I'm trying to copy a response to the clipboard, it crashes, and it asks me to file a bug here.
#### Steps to reproduce the behavior:
1. Go to response (8.5kb multipart/mi…
-
I installed the latest `zulip-term` from Git and had a crash within a few minutes. This is on Fedora 37 with Python 3.10.8 from RPM, running in a venv.
My `zulip-terminal-tracebacks.log` contains:
…
-
OSX 12.4
Python 3.11.7
toot 0.41.1 (from Homebrew)
Here's the stacktrace:
```shell
Traceback (most recent call last):
File "/usr/local/bin/toot", line 8, in
sys.exit(cli())
…
-
One of my users is getting this error when posting using the urwid client on OpenBSD. I was able to replicate.
env: Python 3.6.6
\226Traceback (most recent call last):
File "/home/ahriman/tilde…
gbmor updated
2 years ago
-
I was looking for a better urwid calendar widget recently and discovered this project. I was wondering if you had considered releasing the UI bits (particularly but not limited to the calendar widget…
-
##### Steps to reproduce the problem:
1. I ran a simple Python Flask application for uploading a file
2. It worked well for a file like .txt but failed for an image
3. Please note that the file w…
ichux updated
5 years ago
-
I get a popup and corresponding error log `AttributeError: 'str' object has no attribute 'is_attachment'`
when refreshing "down the search set" in search mode.
**Software Versions**
- Python vers…
-
### Description of suggested feature
It would be useful during reporting issues to know the size of the current terminal.
This is already available at runtime via urwid, since the popup code rel…
-
#### Context
The python ecosystem has several tools to statically analyse your code and (if your editor supports that) pointing out errors like passing the wrong type as you type your code, instead…