Peter Evans

Results 359 comments of Peter Evans
trafficstars

Looked into this a bit more and it seems non-trivial to implement. Even the AWS SDKs do not all support client-side encryption fully. I'm a bit nervous about attempting to...

I decided to just create the action since someone is bound to find it useful. I'll test it soon and try and get a working example of client-side encryption to...

The problem is on the fourth line of your log file. The pbf file failed to download properly and was incomplete. `curl: (18) transfer closed with 419883119 bytes remaining to...

Hi @PremyslCerny The original solution for my own use case was to persist data in object storage. See [nominatim-k8s](https://github.com/peter-evans/nominatim-k8s). I don't personally use either of these images now, so I'm...

I did a bit of research to try and find out the best way to do this and it is still not very clear to me yet. Here are a...

Hi @Asshad. I don't have working code for this feature yet.

My use case for this is that I want to template GitHub Actions workflow files. GitHub Actions uses `${{ }}` for it's own templating. I want to ignore those and...

`{% raw %}` probably would work, but I found the best workaround was just to change the start/end delimiters with `--customize custom.py`. ```python # custom.py file for j2cli def j2_environment_params():...

I also had this problem. All the examples I could find were producing garbage results until I found [this issue](https://github.com/go-git/go-git/issues/346) and realised that `1.2.0` was the culprit. Switched to version...

Hi @Poornachand200 The reason this isn't working is not the message you see in the logs about detached HEAD, it's this line here: `Branch 'release/pingfederate-test-to-production' is not ahead of base...