-
If I have the word "multi-test", for example, auto-completion treats the dash "-" as a whitespace separator. It won't continue after "multi".
To fix this I used the following patch:
```diff
--- /…
-
Howdy! Got a bug report.
Python Version: 3.10
InquirerPy: 0.3.4
Steps to reproduce:
- run code snippet below
- on prompt, type "asdfasdf" or similar so that no results are shown for fuzzy ma…
-
Consider the finalterm-shell-integration.py example. Make the following change to it
```diff
--- a/examples/finalterm-shell-integration.py
+++ b/examples/finalterm-shell-integration.py
@@ -8,7 +…
-
I get the following error when starting ptpython
```sh
$ ptpython
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/ptpython/repl.py", line 271, in run_config
…
-
I wanted to perform something like this:
User goes to settings -> clicks Esri authentication -> Load Authenticator -> Authenticates
User then goes to map sources screen-> chooses Arcgis portal -> w…
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
I use Miniforge 3 on my Windows 11. I am working in a environment that I created with `conda…
-
Hi, is there any consideration for prompt_toolkit to provide a Windows-style selection mechanism (defining a selection by holding Shift while moving the cursor with Left/Right, Ctrl-Left/Right, Home, …
-
After using the plan stub that requests command-line input from a user, the terminal sessions is locked and no keyboard input is accepted. (all typing is ignored, including ^C and [Enter])
Problem…
-
python3x或python2都试过了
报错:
Requirement already up-to-date: wcwidth in /Library/Python/2.7/site-packages (from -r requirements.txt (line 19)) (0.1.9)
Requirement already satisfied, skipping upgrade: f…
-
Hi I believe this is related to #123 and the new promptkit, and remnant of a problem reported in ipython#10381.
I do not have the ipython#10381 problem anymore, but a similar one: Completing paths …