(deleted):bugfix/fix-pictures-again
main
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! 🥳🥳🥳
No dependencies set.
The note is not visible to the blocked user.
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 asyncioimport subprocessimport ptytry: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! 🥳🥳🥳