FC (Fay) Stegerman

Results 220 issues of FC (Fay) Stegerman

enhancement

# Bug report `ZipFile.writestr()` raises `IndexError` for empty filenames unless one creates the `ZipInfo` manually: ```py >>> import zipfile >>> zf = zipfile.ZipFile("x.zip", "w") >>> zf.writestr("", "Hello, World!") Traceback (most...

type-bug

Current situation & proposed fix: ![Screenshot from 2020-06-19 15-16-31 cleaned](https://user-images.githubusercontent.com/1260687/85136509-046b1880-b240-11ea-87d3-37a334ef9d38.png)

### Problem description `python-cryptography` 39.0.0-1 installation fails, see below for details. Downgrading to 39.0.0 works. ### What steps will reproduce the bug? ``` ~ $ apt upgrade The following packages...

bug report
untriaged

- [x] explicitly use encoding in `open()` - [x] re-enable `unspecified-encoding` in `.pylintrc` ``` apksigcopier/__init__.py:935:9: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) apksigcopier/__init__.py:942:17: W1514: Using open without explicitly...

enhancement

Signatures made by older versions of AGP cannot be copied by `apksigcopier` because the signing method differs too much from that used by `apksigner` (and `signflinger` in newer versions). It...

enhancement
wontfix