goocy
goocy
I added the v2.2 frame tags by looking at hex dumps of podcast episodes from 2010, created by GarageBand. Since this stuff documented nowhere, Apple's implementation is as authoritative as...
I'm trying to side-load etason.ipa onto my old iPhone 5. Unfortunately this fails at the last stage ("Sending the provisioning profiles..."). I've tested this both on Mojave and on High...
cocoviewer.py, line 183: `tw, th = draw.textsize(text, font)` PIL deprecated the textsize() method in 10.0.0: https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Proposed fix: ``` x1, y1, x2, y2 = font.getbbox(text) tw, th = (x2-x1, y2-y1)...
Better initialization for CultureInfo