Last active
October 31, 2025 19:44
-
-
Save arashatt/ac5a9b4efa1e98113dcc100a1cf0d821 to your computer and use it in GitHub Desktop.
List of Questions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| uv: how to run python interactive | |
| https://pydevtools.com/handbook/how-to/how-to-run-a-python-repl-with-uv/ | |
| helix: language.toml | |
| https://docs.helix-editor.com/languages.html | |
| ~/.config/helix/languages.toml | |
| helix: python code autocompletion | |
| https://github.com/helix-editor/helix/wiki/Language-Server-Configurations | |
| helix: run linux commands | |
| https://github.com/helix-editor/helix/discussions/95802 | |
| pnpm: install from github source code | |
| git clone https://github.com/saleor/cli.git | |
| cd cli | |
| pnpm install | |
| pnpm build | |
| pnpm link --global | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment