Austin Godber

Results 157 comments of Austin Godber

This change appears to have fixed the problem I encountered when using this theme on the following Hugo version. ``` hugo version hugo v0.136.1+extended darwin/arm64 BuildDate=2024-10-16T16:05:18Z VendorInfo=brew ``` Without this...

There are two distinct things here: 1. Is the exit on first error of a recovery the correct behavior 2. Should pods be left running after a job enters a...

The stated goal should be: "We should release the artifact (docker image) we test".

This logic looks good. The releases are triggered by the version change?

https://github.com/fsaintjacques/semver-tool looks good, I'd just vendor the current version of that file.

Here's where AWS lists the public datasets: https://registry.opendata.aws/ Searching it for something with csv in the description shows us the old reliable NOAA datasets: https://registry.opendata.aws/noaa-ghcn/ Check some stuff out: ```bash...

Ok, for these problems what are the solutions. My thoughts (albeit somewhat uninformed on the details): 1. Make e2e asset parsing accept dev assets, this may have to be conditional...