-
Hello!
While tweaking my ipython REPL keybindings, I discovered that `buf.redo()` never works.
Here is a little script that shows the issue:
```py
#!/usr/bin/env python
from prompt_toolkit …
-
**Describe the bug**
When getting the suggestion dialog shown in the snip where there is more than one suggestion I run the following problems.
![image](https://github.com/aws/aws-toolkit-…
-
Hi, I want to to use ptpython with pypy3. I also can install and use it, but the tests of python-prompt-toolkit do not run:
```
* pypy3: running distutils-r1_run_phase python_test
================…
-
i met a problem when input contains chinese characters. i use the input as example and got this.
```
from prompt_toolkit import prompt
if __name__ == "__main__":
answer = prompt("Give me som…
-
Hi,
I was thinking about stuff and [yesterday you told me being rather against adding a budget cutoff](https://github.com/paul-gauthier/aider/issues/257#issuecomment-2061759434) which I completely …
-
I have a machine with an RTXA4000 with a NVIDIA graphics driver of 535.129.03. The host machine operating system is centos7.9. Docker version 20.10.4 and container-toolkit version 1.11.0 are installed…
-
For example text selection with shift+arrow keys seems to be implemented (https://github.com/prompt-toolkit/python-prompt-toolkit/issues/979) and works for me in at least XTerm when in inline mode in …
-
Right now, the output on a Windows console is slow, compared to what is possible. This is caused because we draw only one character at a time: https://github.com/jonathanslenders/python-prompt-toolkit…
-
with prompt_toolkit v1.0 I used PtyProcess for testing and a regex to remove the ansi escapes from the output. the result was pretty straight forward and I could use it for testing.
with prompt_tool…
-
Running the following [torch example](https://torch.mlverse.org/start/guess_the_correlation/) in latest radian will crash:
```r
# install.packages("torch")
# install.packages("torchvision")
# re…