Will Milton

Results 12 comments of Will Milton

Personally, I'm a little bit perplexed by the non-matrix use case of ApplicationSet and the multiple generators in a generator... those cases seem better served by just making another ApplicationSet....

I want to explicitly say: I think the `paramPrefix` is a fine, non-invasive change that only makes things better. Anyone who doesn't want to use it doesn't have to.

A few things: I like this answer which explains how to get the bash `export -f` behavior in zsh and why it may be a bad idea: http://unix.stackexchange.com/a/59431 I think...

All of that makes sense. It's just a style point for me that something like `alias r='bundle exec rake'` ought to belong to a ruby aliases package, and then we...

I think this works as designed and/or as originally intended: the decorator and composite controllers expect all the children to be in the same namespace as the parent if the...

Found this comment, which implies to me that the underlying machinery of informers and so on aren't guaranteed to work as intended and trigger finalizers and so on: https://github.com/GoogleCloudPlatform/metacontroller/blob/c58e22e03c7503c63892324fa2c3f6bf675ae7cd/controller/decorator/controller.go#L303-L310 So,...

Apologies, I did not actually read your script and log, I jumped to a conclusion about your issue after troubleshooting my issue. Now that I've actually read the script and...

knife-ec2 conflicted with kitchen and I figured people were using omnibus chef now, and .ruby_version just annoyed me, but I've switched to chruby now, so no big deal. Also, kitchen...

For what it's worth, I caused this error by mistakenly ignoring the directions and assuming that the pool name would be its key. I did ``` javascript { "php-fpm": {...

I agree with not combining it with the current no-title-bar behavior out of pure self-interest. I use this patch with a tiling window manager, and it would bug me to...