-
I am really sorry I wasn't able to find why this is not working.
Please help I get the following error.
I have Anaconda with mpl_toolkit and numpy updated. I don't know what's the problem.
![…
-
While prompts provide a simple way of disabling mouse support (e.g. `prompt('What is your name: ', mouse_support=True)`), there is no similar way of doing this for dialogs with the default wrapper fun…
-
```python
kb = KeyBindings()
@kb.add('tab')
def _(event):
buff = event.app.current_buffer
if buff.text != '':
# do some search and how to print result in multi lines?
…
-
Even thought I think this requires me to do a little more research on my part (I am still trying to learn python). I think have an event example would be nice to have in your doc.
[it sayes here ]…
-
The example code of [progress_dialog.py](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/examples/dialogs/progress_dialog.py) is not working.
Actually, I think the issue is wit…
-
I'll show this issue with a small example and error I get. I'm making a notes CLI app where first the user is presented with a list of notes. They can enter a number (0-9) to go to the specific note. …
-
### Version Information
```markdown
Cmder version: 1.3.21
Operating system: win11
```
### Description of the issue
When running a Python CLI program based on prompt_toolkit in cmder, there…
-
I'm trying to add a `meta_dict` to a `prompt_toolkit.completion.NestedCompleter` but I'm not sure how the `options` argument can be used.
Would be great if it would be implemented in the example.
-
Hi:
I am trying to use prompt_toolkit in project [crmsh](https://github.com/ClusterLabs/crmsh.git);
I'm using FileHistory to record the inputs;
How to set the length of the history file…
-
![image](https://user-images.githubusercontent.com/3189725/77138426-4bdfde00-6a72-11ea-9830-c3232a1fbcc5.png)
This is what I got from 2 users so far anyway.