Andrew Cutler

Results 51 comments of Andrew Cutler

Sure we can't pass this in from `request.LANGUAGE_CODE` ?

Did you find a clean solution for this? My solution was to render an empty form in the last 'confirmation' step, and update the context to contain a list of...

Guys, our 2c... Over at [Panubo](https://www.panubo.io/) we are using Strider solely for deployments to CoreOS (Docker / Fleet) clusters. We chose Strider because it seems like a good lightweight, flexible...

@michaelmior the links to the git repos / scripts are above.

I think a generic solution is what is called for. The scripts above are far more convoluted than they should be... mostly because `strider.sh` needs to do a lot of...

my 2c. This is a really good idea for low traffic installations which are likely to be in the majority. It is not simply a matter of creating a cli...

> We can certainly look into distributing binaries on Github too Please do this.

> cache should at least be invalidated/expired to avoid recurring errors. In this case the cache was corrupt and only able to be partially restored. buildx blew up in a...

> even if cache gets error as not being able to cache or restore doesn't usually make the workflow misbehave The Docker builder (buildx) does not handle a corrupted cache....

> I guess this follows same pattern as where the cache action does not fail the workflow even if no cache found or failed in downloading cache. If actions/cache is...