Results 104 comments of Ted Zlatanov

Please test the pull request #208.

I'll do thisn after the cf-sketch redesign is complete (see milestone).

Using ``` perl -MCarp::Always cf-sketch.pl ...options... ``` is a very nice way to get stack traces during development, so at least in that context it's a very useful module.

Maybe color_die/color_warn should check if Carp::Always is loaded and defer to warn/die if so? Then we can add --carp to the option list so you don't have to use -MCarp::Always

In our environment we'd like to use `--add-host`, is that a possibility? Thank you!

@stevvooe internal services with external visibility. Our problem is that `service.wanted` resolves in DNS to an external IP address, which is appropriate for some connections, but other connections need the...

@stevvooe for stable environments (production) the lookup can be stable at the cluster or network level. That's our most important use case. For unstable (dev and QA) environments we may...

(moving to new issue)

In #551 I needed the Emacs source files, but I think I may also need to modify the formula source files (patches and build commands).

ACK on both. Thank you for the explanations. It's still unclear to me how to access the build directory when it fails, unfortunately. If that's a `brew` question then I'll...