Adam Casey

Results 5 issues of Adam Casey

I recently had an issue where some tests I have which were invoking `sh` with `_bg=True` were deadlocking. After investigating, I noticed this was happening inside the `sh` library, and...

Also Happy New Year!

## The problem One issue I come across quite frequently when searching for python documentation is that I can find the page the function docs exist on quite quickly. But...

Currently delocate adds a Generator metadata line whenever it runs on a wheel, so long as the Generator string doesn't exactly match what delocate would add. This breaks the wheel...