Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The most convenient way to use ruff is via uvx
.
uvx ruff check /some/path
uvx ruff format /some/path
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The most convenient way to use ruff is via uvx
.
uvx ruff check /some/path
uvx ruff format /some/path
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
wajig install flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
restart
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
wajig install bash-completion
brew install bash-completion
If you don't like or cannot install bash-completion, bash-it provies completion scripts for many popular tools.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
npm init
yarn global add @vue/cli @vue/cli-service-global npm install -g @vue/cli @vue/cli-service-global
npm run tauri:serve
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Optimizing Costs with GitHub Actions: Dynamically Starting and Stopping Self-Hosted Runner VMs
You must allow http and https traffic for it to work. For more instructions, pelase …