Fix heif converter being broken #55
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BordedDev/snek:bugfix/fix-pictures-again"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Register HEIF opener (guessing it got removed because it looked like an unused import) and handle terminal import error gracefully on windows
@ -4,3 +4,3 @@
import asyncio
import subprocess
import pty
try:
If i wouldn't use pty, but subprocess.pipe, would it work on windows while for Linux it ain't an option? I mean, does my docker setup work on windows?
It's a good question, but I assume the docker stuff works if pty could be imported
Does really not seem unused. Good job. Merged with my phone! 🥳🥳🥳