-
## Describe the bug
Thank uwu fow youw wib!
When trying to make a lora for flux, I keep getting this error about prompting (full traceback at the end)
```
Error running job: text input must…
-
Hi,
Has prompt-toolkit been considered? It would give most of fish shell features missing, vim keybindings and more. The downside is moving token parsing and other infrastructure code to it.
I c…
-
Originally I was just subscribing to the pyup-bot issues about this, but I'm tired of resubscribing when they get closed. I'm opening this issue instead so it's persistent until it actually gets reso…
-
I see you have implemented something similar to [ScrollablePane](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/prompt_toolkit/layout/scrollable_pane.py) in [ScrollingContainer](h…
-
Hey there, in https://github.com/prompt-toolkit/python-prompt-toolkit/issues/723 you hinted that support for ConPTY on Windows might be coming, are there any updates on this?
-
I'd like to use `auto_suggest` for copilot like AI auto-completions. However, there seem to be some complications with doing this:
- auto_suggest only supports completing at the end of the prompt. …
-
I want to use ptterm with prompt-toolkit 3.
Thanks.
-
Traceback (most recent call last):
```
File "D:\CSE\Programs\Selenium\run.py", line 8, in
from PyInquirer import prompt, print_json
File "C:\Users\soiko\.virtualenvs\Selenium-nB22m_OD\lib…
-
## 🐛 Bug
### To Reproduce
On https://pyodide.org/en/latest/console.html
```py
import micropip
await micropip.install('prompt_toolkit')
# try example from prompt_toolkit's README
fro…
-
If a command consists of general options (i.e. options before the command name), click_repl version 2.0 supported modifying them as part of a repl entered command.
Thus, if the app included a gene…