Hugo van Kemenade

Results 1421 comments of Hugo van Kemenade
trafficstars

The `eval` works for me, but I've run `activate-global-python-argcomplete` (on macOS with iterm2): ```console ❯ activate-global-python-argcomplete Defaulting to system-wide installation. Installing /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/argcomplete/bash_completion.d/_python-argcomplete to /opt/homebrew/share/zsh/site-functions/_python-argcomplete... Installed. Installing /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/argcomplete/bash_completion.d/_python-argcomplete to /opt/homebrew/etc/bash_completion.d/python-argcomplete... Installed....

Yes: ```console ❯ head --lines 2 src/norwegianblue/cli.py #!/usr/bin/env python3 # PYTHON_ARGCOMPLETE_OK ❯ pip install -e . --quiet ❯ eol ne ``` New terminal tab: ```console ❯ eol ne ```

> Sorry for that. The script [`python-argcomplete`](https://github.com/kislyuk/argcomplete/blob/811bdbdba44fd7612255e725ae220e9abedf3379/argcomplete/bash_completion.d/_python-argcomplete) is located on my side at: > > * `/usr/local/share/zsh/site-functions/_python-argcomplete` for `zsh` > * `/usr/local/etc/bash_completion.d/python-argcomplete` for `bash` > > Seems that on your...

I've no idea... `python3.13` is the default interpreter on this machine, I also have: ```console ❯ locate _python-argcomplete /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/argcomplete/bash_completion.d/_python-argcomplete /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/argcomplete/bash_completion.d/_python-argcomplete /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/argcomplete/bash_completion.d/_python-argcomplete /opt/homebrew/Cellar/pipx/1.6.0/libexec/lib/python3.12/site-packages/argcomplete/bash_completion.d/_python-argcomplete /opt/homebrew/share/zsh/site-functions/_python-argcomplete ``` `activate-global-python-argcomplete` on my path is for...

> So you can check if your `fpath` variable contains the location of the autocomplete script installation. > > ```shell > echo $fpath | grep /opt/homebrew/share/zsh/site-functions > ``` Yes, it's...

I've resolved the conflict, and tested again, it now works for me! 🎉 ```console ❯ eval "$(register-python-argcomplete eol)" ❯ eol p pci-dss panos pangp phoenix-framework photon perl phpmyadmin phpbb php...

With this version, it should be settable as token not required for public repos: > The `v5` release also coincides with the opt-out feature for tokens for public repositories. In...

Hi @ONKARBH! I don't think we usually assign issues to people, because often they disappear without notice, and it deters other people to work on it if they see an...

The box is specifically about Python Insider so I suggest removing the old Twitter link. Another option is to replace it with something else. It's easy to hook up an...