Edward Gow

Results 9 issues of Edward Gow

The put() method in fabric honors lcd context, but file_upload() does not. This makes file_upload() fail whenever an lcd context is in place because the either file_upload() code or put()...

I've added instructions for installing with pip, and I also updated the example commands to the new glacier-cli script name. Thanks again for making glacier-cli installable with pip. - Ed

Under version 1.2.0 I this URL which correctly specifies a branch, PROD, works fine: ``` In [1]: import giturlparse; giturlparse.parse('git+ssh://[email protected]_dept.uw.edu/uwmydept/my_repo.git@PROD') Out[1]: Parsed(pathname='/uwmydept/my_repo.git', protocols=['git', 'ssh'], protocol='ssh', href='git+ssh://[email protected]_dept.uw.edu/uwmydept/my_repo.git@PROD', resource='gitlab.my_dept.uw.edu', user='git', port=None, name='my_repo',...

The temp file creation at pylightxl.py:191 ``` with open('pylightxlIOtemp_wb.xlsx', 'wb') as f: f.write(fn.read()) fn = 'pylightxlIOtemp_wb.xlsx' ``` fails if the current directory is not writable. This can easily happen in...

This extension prevents from being displayed any items added to the Action menu using `

I think that the files.Block operation is taking on too much, and also too little. It handles insert, append, replace and delete, along with block markers, backup and file creation....

operations

## Describe the bug Basic line insert with files.block fails with error from unnecessary chown when run ad hoc ## To Reproduce With the file /tmp/trypyinfra not exsting in /tmp,...

bug
operations

## Current Behavior With a local xonsh this works fine `echo $(date)` but in xonsh run on another host over ssh it gets this ``` Thu Mar 6 18:06:11 GMT...

linux
appimage
integration-with-other-tools

**Describe the bug** migrate:fresh fails to drop tables because of FK constraints on mysql. This is true both with and w/o the -f option. **To Reproduce** Steps to reproduce the...

bug