Jay Soffian

Results 5 issues of Jay Soffian

Set context before calling `use_sudo_password()` in case it wants access to host data. A use case is setting the sudo password in group data files, and then later providing it...

When attempting to use parallel mode along with sudo, fabric was causing paramiko-ng to go into an infinite loop. The reason was due to a combination of fabric calling sendall()...

Both sendall and sendall_stderr call send inside a loop and use its result to advance their buffer. If the channel is closed, send returns 0 which causes both sendall methods...

### Checklist - [X] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [X] I've followed the _fastlane_ code style and...

tool: trainer

When enumerating the available configurations starting from an xcworkspace, we have to interpret the xcodeproj file references relative to the path of the xcworkspace. The code already handles this properly...

tool: fastlane_core