issues Search Results · repo:bpython/curtsies language:Python
Filter by
94 results
(92 ms)94 results
inbpython/curtsies (press backspace or delete to remove)An error occurs while trying to make the error message. It causes the misleading message TypeError: sequence item 0:
expected str instance, FmtStr found .
This can be fixed by changing this statement ...
merriam
- Opened on May 25, 2024
- #182
Forgetting the [] but using a formatted string, e.g., a[0, 0:5] = yellow( Hello ) gives:
TypeError: sequence item 0: expected str instance, FmtStr found
Should give:
ValueError: You cannot replace ...
merriam
- Opened on May 22, 2024
- #181
When i try to run the demo from the readme, it tells me that the library tries to perform from termios import *, but
termios does not exist. I am on windows 10 and python 3.11. Issue does not occur in ...
help-wanted
taitep
- 4
- Opened on Sep 5, 2023
- #178
I use bpython and, hence, curtsies in a Docker image that provides an interactive, bpython-enhanced shell prompt next to
the app (pretty much like Flask does).
Upon building the Docker image, a wheel ...
homeworkprod
- 1
- Opened on Jul 11, 2023
- #177
Hi there, thank you for your hard work on this great software :).
Part of my workflow is backgrounding the Python REPL with CTRL-Z and then bringing it back up with fg. This causes
bpython to crash.
...
joshnatis
- 1
- Opened on Oct 5, 2022
- #174
I ran into this issue by running the following in a standard width terminal:
bpython version 0.22.1 on top of Python 3.10.5 /home/mikko/tmp/venv/bin/python
import html
html.entities.html5
Traceback ...
bug
Andriamanitra
- 1
- Opened on Aug 3, 2022
- #173
The __exit__ function does not seem to close the self.wakeup_read_fd open by function __enter__.
Many consecutive calls to with Input() as input_generator raises an OSError. Here is a small (dumb) code ...
MFreeze
- Opened on Dec 1, 2021
- #170
edit: For clarity I should probably say: Adding the following 2 keycodes to curtsieskeys.py would fix the problem:
b \x1b[4h : INSERT ,
b \x1b[P : DELETE ,
This is (apparently) related ...
internet-account
- 1
- Opened on Nov 20, 2021
- #169
The Input class is like a reactor:
You can schedule events for the future (timers)
https://github.com/bpython/curtsies/blob/307aa877dffe28f5760b88f67d4e865134d949c3/curtsies/input.py#L330-L341
It uses ...
thomasballinger
- Opened on Nov 9, 2021
- #168
I got a helpful email from someone saying there were failing tests. I ve fixed these tests / this buggy behavior in
https://github.com/bpython/curtsies/commit/307aa877dffe28f5760b88f67d4e865134d949c3 but ...
thomasballinger
- Opened on Oct 19, 2021
- #167

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.