Subsentient
Subsentient
Fixes https://github.com/abcminiuser/python-elgato-streamdeck/issues/47
Was trying to figure out why I couldn't draw text with Pillow at (0, 0), discovered this. Seems shifted right by about 16 pixels. Unfortunately I need this real-estate. I...
I upgraded my MSYS2 toolchain with pacman -Syu after a few months of leaving it alone, since I was afraid of breakage. It appears my fears were well-founded. Since at...
wasm-bindgen, as written, makes it impossible to convert to ASM.JS, as it leaves unresolved symbols, and the stub file generated assumes WebAssembly.
Hi, seems for some reason adb can feed us invalid date data, so better to be on the safe side and graciously give us a bad timestamp, rather than segfault,...
So, if you attempt to SSL_connect() to a server with a deadlock, SIGSTOP, or otherwise a hung condition, OpenSSL corrupts and destroys all file descriptors in the program's address space....