grayside
#til
#codespaces
#hugo
#shell
#taskfile Starting the hugo dev server with the correct base URL in Codespaces.
grayside
#til
#shell
#sentinel
#productivity Run a script no more than every 24 hours.
grayside
#til
#golang
#lexical-scope
#filesystem Using fs.WalkDir
to collect data.
grayside
#til
#gha
#testing
#environment
#shell When dynamically setting an environment variable in GitHub Actions,
use ’tee -a’ to see the value at the same time as you set it.
grayside
#til
#golang
#testing
#bug Avoiding Go testing/fstest.MapFS crashes on absolute paths.