Aidan Feldman

Results 219 comments of Aidan Feldman

The only things that aren't in the manifest are sensitive environment variables. While we can/should move those to [user provided service instances](https://docs.cloudfoundry.org/devguide/services/user-provided.html), some gems (like [New Relic's](https://docs.newrelic.com/docs/agents/ruby-agent/installation-configuration/ruby-agent-configuration)) read directly from...

Yeeeeah, [that `awk` line](https://github.com/18F/cf-blue-green/blob/f16fcb4e57722f906869721f496a07c9f8ac848c/bin/cf-blue-green#L57-L58) is super fragile :confused: Might need to prioritize https://github.com/18F/cf-blue-green/issues/2 sooner than later.

As noted in https://github.com/opencontrol/discuss/issues/1#issuecomment-227895805, I think we should put all BDD functionality/focus on the back burner until we feel good about the documentation side of Masonry.

There are [a bunch](https://www.ruby-toolbox.com/categories/image_processing), but I happen to like the chainable syntax and extensibility of the Dragonfly wrapper. My particular use case is from the [magickly](http://magickly.afeld.me/) gem, just FYI.

Nice, thanks! I'll keep an eye on https://github.com/dchima/dotfiles/pull/1.

hey @pelle, any thoughts about pulling this in?

Should try this suggestion: https://github.com/jashkenas/coffee-script/issues/1798#issuecomment-2505072

Also, github automatically does redirects: https://help.github.com/articles/renaming-a-repository/

It gives me back a "Please run 'bundle install'", and then prompts to submit my test results (even though they didn't successfully run). The gem I was trying is [magickly](https://github.com/afeld/magickly),...