Michael Johnston

Results 34 comments of Michael Johnston

thanks for the reference to issue #75. I had missed that when trying to research this issue -- I will give the solutions there a try.

@jkeen in the long run we post these to Shopify, and what we have observed is: * whatever system shopify is using, it is able to get state info on...

UPS doesn't have much info, but it seems like UPS mail innovations is some sort of collusion between UPS & USPS: https://www.ups.com/us/en/help-center/sri/track-mi-package.page We did try running the numbers through USPS,...

I uninstalled the brew version and downloaded the OS X package from https://devcenter.heroku.com/articles/heroku-cli#staying-up-to-date, which works. Any idea what is going on with the brew version?

I have a similar issue. If I run `heroku local`, when I kill it (ex: with `ctrl-c` in the terminal where it is running) it often leaves zombie one or...

A little more testing: only the web process gets orphaned (not a zombie), and it happens every time. Here is my Procfile: ``` web: bundle exec rails s webpacker: ./bin/webpack-dev-server...

not happening any more for me on latest version.

I am working on a recipe for active_admin, and would be happy to make it generic and give the option of active_admin or rails_admin. It will also include integration with...

oh, spec as written requires [`attr_extras`](https://github.com/barsoom/attr_extras), and `cattr_accessor` from `ActiveSupport`

I'm kinda desperate for a workaround for this short of ignoring Reform#save and rewriting save logic for the whole object graph myself. Is there perhaps a way to customize the...