Kyle Gottfried
Kyle Gottfried
@imSanko I don't think there is a practice of assigning in this project, just open a PR that says `closes #1039` in the description field.
> Hello! Can this be assigned to me? I would like to work on it. I don't think there is a practice of assigning in this project, just open a...
Please include a code snippet instead of a picture as well as your projects current YAPF config and python version.
The `instead of` block combines tabs and spaces. Line continuation should have tabs only. The current behavior is correct.
@char101 Current local testing causes a overwhelming majority of test cases to fail
@crankedguy No one is handling this at this time. @char101 attempted to pull code from parso but it broke most unit tests. It may be possible to create another set...
This reproduces at least as far back a `1.2.1`
Added breakpoint to pipx/util.py: ``` (Pdb) cmd ['C:\\Users\\XXXXXXX\\.local\\pipx\\.cache\\13a61f997a2511b\\Scripts\\pip_search.exe.exe'] ``` ``` (Pdb) bt (198)_run_module_as_main() (88)_run_code() c:\users\XXXXXXX\.pyenv\pyenv-win\versions\3.11.7\scripts\pipx.exe\__main__.py(7)() -> sys.exit(cli()) c:\users\XXXXXXX\appdata\roaming\python\python311\site-packages\pipx\main.py(911)cli() -> return run_pipx_command(parsed_pipx_args) c:\users\XXXXXXX\appdata\roaming\python\python311\site-packages\pipx\main.py(197)run_pipx_command() -> commands.run( c:\users\XXXXXXX\appdata\roaming\python\python311\site-packages\pipx\commands\run.py(200)run() -> run_package( c:\users\XXXXXXX\appdata\roaming\python\python311\site-packages\pipx\commands\run.py(157)run_package() -> _download_and_run(...
In the above example a workaround is `pipx run --spec=pip-search pip_search`
This is a better opportunity for pyenv-win to support plugins than to implement this in pyenv itself.