Chris Scutcher

Results 7 issues of Chris Scutcher

Casual investigation suggests that this is because `get_commit_parents` runs `git log` and is not expecting to see the signature in the output. Unfortunately there doesn't seem to be an inverse...

I've been playing with your module for a personal project where I'm using python 3. Using the future module I've attempted to make the module compatible both with python 2...

Originally commented on #192 which is most likely unrelated since my issue occurs on `list` after a seeming successful `sync`. > Seeing the same thing on Arch Linux either user...

bug

``` Initialize engine version: 2018.4.14f1 (05119b33d0b7) GfxDevice: creating device client; threaded=1 Direct3D: Version: Direct3D 11.0 [level 11.1] Renderer: NVIDIA GeForce GTX 980 Ti (ID=0x17c8) Vendor: VRAM: 6097 MB Driver: 27.21.14.5012...

This is a bit gnarly, and to be honest I'm not 100% on what's the right thing to do here. [The block in setup.py](https://github.com/seb-m/pyinotify/blob/0f3f8950d12e4a6534320153eed1a90a778da4ae/setup.py#L28): ```python if not platform.startswith('linux') and not...

Noticed during some experimentation that spaces in GPT partition names cause problems. Irritating I've lost the exact error output but in the case of a GPT partition name `Basic Data...

… names Reproduces #130. For new style table the generated script has a few problems for example; ```sh sgdisk \ --new=2:0:+100M \ --change-name=2:disk-vdb-name with spaces \ --typecode=2:EF00 \ /dev/vdb ```...