Chris Farmiloe

Results 12 comments of Chris Farmiloe

> Does Concourse's partial version pinning help in this case Interesting @vixus0 .... I think _could_ ... but the pr-resource does not seem to emit ALL versions during check, and...

I just had this issue too. tmp dir was full of `GetV2ImageBlobXXXXXX` files that appeared to have been orphaned. I've had to add a script to periodically clean-up... obviously not...

I _think_ what you want to do is keep the $LATEST but to add a `source_code_hash` to the `aws_lambda_function` resource that is a hash of the zip ... this causes...

We have a pressing need for the V3 rolling deployments. From initial work attempting to upgrade the dependent ccv2/ccv3 client libs, it looks like upgrading isn't going to be clean...

First greenfield experiment implementing the set of `app`, `droplet` and `deployment` resources to provide v3 rolling strategy zero-downtime deployments: * https://registry.terraform.io/providers/terraform-provider-cloudfoundry-v3/cloudfoundry-v3/latest/docs/resources/deployment * https://github.com/alphagov/terraform-provider-cf#usage (this is not going to be a...

Thanks, addressed your review comments. Will take a look at the lsp.py tests shortly (had not spotted those tests) 👍

added a very basic case to the python lsp tests

> @chrisfarms I have been taking over this PR to finish the review, simply applying @leonardoalt's comments & adding a changelog item. I hope you don't mind. 🙏 don't mind...

@bravegrape RE: looks... I agree, the default theme/colors does clash a bit with the GOV.UK "brand" ... I don't fancy spending hours tweaking CSS to paint this particular shed ......

I was _just_ trying to solve this problem (making a loader for node-side that plays nicely with html-loader). It looks like I'll be using nunjucks for some time at work...