Rob Dupuis
Rob Dupuis
Hi @sanjP10 Thanks for your message. I wasn't able to see the build which failed - could you point me at this and I will take a look? Just to...
In the end I patched this with a somewhat convoluted workaround. I didn't want to have to change all of my assertions or remember to use a non standard assertion,...
Also worth noting that @gustf has an alternative implementation here with some updated benchmarks: https://github.com/gustf/js-levenshtein
Hi My setup is like this: I have an admin user for deployments etc, `app_admin` with full sudo privileges (requires password). I have a runtime user, `app_run`, with no sudo...
Yes! Your explanation is much better than mine was! Looking at the code it might be hard to support that behaviour, because `as` calls `execute` directly so it's not simple...
Yes, I agree string matching sudo isn't nice at all. I was wondering about being able to configure different rules depending on the contents of the command sent and the...
Hey @kentaroi I certainly understand that getting a PR to sshkit would be a lot more work than maintaining the separate sshkit-sudo gem, and from what I've seen over there,...
Hey Thanks for the info on the local backend - very interesting . I hadn't realised that the local backend wasn't taken that seriously, I now see why the `pty:`...
Hey. See what you think of this: https://github.com/kentaroi/sshkit-sudo/pull/3
Continuing this in https://github.com/capistrano/sshkit/pull/234