Rob Dupuis
Rob Dupuis
Ah OK I see - that makes sense, and I agree I guess I am just unfortunate in that I happen to see this during my deployments: ``` 01:05 nginx:install...
> Without that change, I don't think there is enough information in the current Command object to distinguish a duplicate command from multi-server execution. No, I agree. I thought of...
@yuriykulikov This sounds great - also really missing intellij integration. Is there anyway to get this behaviour somehow without it being implemented in Strikt (eg extension functions, duplicating some part...
Hey I would like to see support for this added by supporting default command options in the command map. I plan to implement something like this to enable interactive sudo...
@theozaurus OK that sounds good. I will get back in contact once I come to work on this, but I'm a bit tied up with client work at the moment,...
@daniel-gomes-sociomantic I may have misunderstood the problem here, but there is an option which can be applied to commands to stop non zero commands from raising an exception: `raise_on_non_zero_exit: false`....
@daniel-gomes-sociomantic Are you using a Gemfile with Bundler? If so you can add the following line to your Gemfile: ``` ruby gem 'sshkit', :github => 'capistrano/sshkit', :branch => 'master' ```...
@daniel-gomes-sociomantic Ah great - glad you got something working
@retroj For the css case specifically, it feels like making a user download an empty css file (and possibly block the rendering of the web page until it finishes) is...
@retroj Ah OK I see - I hadn't thought of that case. For me it still feels desirable to warn for the empty file since this would only be a...