Eric Holmes

Results 84 comments of Eric Holmes

This looks awesome! If you wouldn't mind squashing the commits, I'll merge this.

That seems pretty close to what I'd want for this. This is my own lack of experience with OSX/iOS API's, but it seems like the implementation in https://github.com/99designs/aws-vault/pull/131 doesn't actually...

Farther than I got! Thanks for trying.

@yunspace any thoughts on this? Would it be possible to expand on the `runtime.GOOS == 'windows'` check to also check if the command is running from powershell? I'm not a...

This is something I've struggled with for a while. On one side, a single `Walkfile` (like a single `Makefile`) can be nice for readability, and makes building "generic" targets that...

We also ran into this issue. The preStop hack generally works, but it's still a hack and it still seems to fail to synchronize the "deregistration before SIGTERM" properly. Even...

I think that's correct. This is generally what we've used in helm charts: ```yaml # ingress alb.ingress.kubernetes.io/target-group-attributes: deregistration_delay.timeout_seconds={{ .Values.deregistrationDelay }} # pod terminationGracePeriodSeconds: {{ add .Values.deregistrationDelay .Values.deregistrationGracePeriod 30 }} command:...

> deregistration takes at least 2 minutes regardless of the deregistration delay setting That's an interesting finding. Is there some documentation you can point to that highlights this (assuming it's...

I use the following mixin, which works quite well unless you're using media queries.: ``` sass =icon($name) &:before font-family: FontAwesome font-weight: normal font-style: normal display: inline-block text-decoration: inherit margin-right: 0.4em...

Could also roll this into the new message buttons. When you go to deploy and/or lock and somebody already holds it, slashdeploy could give you another option to notify the...