Results 21 comments of Dan Croak

Hi folks. Making sure I understand the use case: - I've got a Rails app that I'm testing on staging, using `RecipientInterceptor`. - I have the `EMAIL_RECIPIENTS` environment variable set...

Formula would probably go in https://github.com/thoughtbot/homebrew-formulae? Maybe some examples there that could help guide

Possibly some ideas in here https://dancroak.com/heroku-postgres-restore-staging-development which is based originally on Parity code. My shell history frequently contains lines like: ``` db-restore-stag-from-prod-backup && db-backup-stag && db-download-stag-backup && db-restore-dev-from-downloaded-backup ``` The...

I ran into the same (or similar) problem while working with Git LFS. I ended up deleting the Git hooks directory from my dotfiles (which were originally based on thoughtbot/dotfiles):...

Sounds like app isn't useful outside UK US and Canada, so only translation worth doing would be French, which I don't think we have any speakers. Is there anything we...

It looks like Forecast say their API is global: "Full-featured global weather service" The countries that run the data collection happen to be US, UK, Norway, but the parenthetical a...

Yup, those parentheticals are what I was referencing. Wondering if the (global) bits are saying the data is available globally. I think I might... ask them!

This looks like it will be built into Travis soon: http://about.travis-ci.org/docs/user/caching/ Semi-related but completely unhelpful: TDDium already caches bundles.

Hmm it's referencing https://github.com/croaky/laptop/blob/main/bin/replace Maybe that code should be inlined / copied?

This is tested, but doesn't provide layout support. You want to bring in the Sinatra extension in some way first, then we can worry about layouts? http://github.com/dancroak/sinatra-effigy Not sure how'd...