Ben Zhang

Results 27 comments of Ben Zhang

I've been working around this by implementing fault tolerance on the client side. i.e. retry the job if it fails before sending an alerts to healthchekcs. Though my situation may...

I second this request. My use case is pulling a git repo with lots of submodules. If I use a key that requires Touch ID, I have to do the...

@GlidLov please use reactions instead of commenting and notifying everyone who's subscribed to this issue.

My use case is this: ```python from strictyaml import load as load_yaml, Map schema = MAP({ ... }) class SomeClass(): config: schema # I want this part def __init__(self, config:...

Interesting! Didn't know about this before. I'd like to assign a static IP address to each machine. I guess I could use IP pools of `/32` but then it seems...

Ran into this today on a nested list use case. In nested lists, if the parent has an extra element, then there's extra space in the nested list: By default,...

@denis256 I had some trailing whitespaces. Fixed in the latest commit by running `pre-commit run --all-files`: https://github.com/gruntwork-io/terragrunt/blob/e5081e1e20c61b6c41a7553bb48a6cec8cd20b01/.circleci/config.yml#L105

> Will be also helpful to add an integration test which will track that the lock copy works as expected. I added some unit tests. Integration tests seem a lot...

I personally don’t use windows runners and don’t know what’s involved in writing a windows runner. But I’d imagine it’s quite different. Please feel free to make a PR if...

Git should be doable and only requires lines like this to be changed: https://github.com/ben-z/gh-action-mutex/blob/4b87e07748cc12bfbfb478a065c717b4849302a0/rootfs/scripts/lock.sh#L17 S3 is a completely different mechanism and would require a lot more work. Though personally I...