Max Chernyak

Results 52 comments of Max Chernyak

> I don't know that I agree that the ssh config is a bad workaround Well, you did say (and I quote) "it's a shitty workaround". :) But yeah maybe...

I would do that, but I'm not sure myself what exactly is the right way. What is host identity? What if you have multiple VMs running on different ports of...

Here's another [experimental solution](https://gist.github.com/maxim/d9f2ee902b7800c728136a08c49797d2). It does not require creating custom helpers, or parsing strings. You just add an initializer into your rails app, which changes react-rails config. However it does...

FWIW this project might serve as a reference on how to extend schema.rb, since it allows creating custom views and doesn't require `:sql` format: https://github.com/thoughtbot/scenic

Was just wondering the same thing and found this issue. Perhaps another way to approach it might be to simply hide versions of unmanaged software? ``` Cask Current Latest A/U...

Ah makes sense, this wouldn't work then. Trying to see if there's any way to indicate that "current version" is not actually correct in some cases.

My proposal was simply to have `brew cu` say "if i'm not the one updating the app, then I don't know what version it is" in any way we'd like.

So aside from the issue with stderr not being reported on failed commands, my issue is with very messy output in my successful deploy. I'm not sure if this is...

@mbrictson This is nice, most likely will follow your example. Would be helpful to see your implementation, if you don't mind gist'ing it.

@mbrictson Wow, this plumbing must've taken quite a bit of effort, could be immensely useful and time-saving if you can make it a drop-in solution. Unfortunate thing is that if...