Phoenix09
Results
4
issues of
Phoenix09
only the PID is checked, the PID may have been reused, I'm frequently finding SSH doesn't get started because this.
```python #!/usr/bin/env python3 import aggdraw from PIL import Image, ImageDraw, ImageFont im = Image.new("RGBA", (256, 256), (255, 255, 255, 255)) draw = ImageDraw.Draw(im) font = ImageFont.truetype("/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf", 42) draw.text((0, 0), "this\nis\nmultiline",...
enhancement
help wanted