Alex Gray

Results 6 issues of Alex Gray

I have the following use case: I can run the following command just fine: (those are AWS Instances I'm ssh'ing onto): ``` ssh i-0518b235de43acdcd ssh i-0ba5ca0c58dbfeebb ``` My ssh config...

When we run `git fsck`, we get an error that we are trying to fix: ``` $ git fsck Checking object directories: 100% (256/256), done. error in commit 60707e738f5b4330147fff34d7ddc734eea4a577: missingSpaceBeforeDate:...

My uwsgi.ini happily pushes all metrics to a statsd server: ``` enable-metrics = true plugin = stats_pusher_statsd stats-push = statsd:$(LOCAL_IPV4):9191 ``` But there are a ton of metrics! We only...

When I run `i2cssh -m i-0522b3e10e176a090`, I would like the target window to inherit the env vars of where I called it. The reason being I have AWS access and...

I have a request to have a unique ID in the logs "per request". I can reproduce the problem that I'm trying to solve by this loop: ``` for i...

We do not use profiles. We use AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID env vars. Would it be possible to NOT have the requirement of using the `--profile` argument? (Feel free to close...