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!
You can try Stirling-PDF at https://stirlingpdf.io/ .
The following command starts a (local) service of Stirling-PDF at the port 6000.
docker run -d \
--name …
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 …