See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
A qBittorrent script that takes advantage of the docker healthcheck ability to do a few things every x seconds:
If at any stage the results are unexpected, it will exit with code 1, meaning the container is classified as unhealthy in Docker.
:root { | |
--min-item-width: 28ch; | |
--max-item-width: .5fr; | |
--grid-spacing: .25rem; | |
--item-padding: .25rem; | |
} | |
/* Let items expand on small screens */ | |
@media (max-width: 600px) { | |
:root { |