fix(kitty): dont error on non-existent temporary file after print#87
fix(kitty): dont error on non-existent temporary file after print#87hasezoey wants to merge 1 commit into
Conversation
107491c to
8d7460d
Compare
|
Thank you for catching this! While trying it out I noticed that I'm wondering whether we can avoid that by first transferring the image and then wait for a response when we display it, described here https://sw.kovidgoyal.net/kitty/graphics-protocol/#display-images-on-screen. I'll give it a shot |
FYI, this is the "race condition" i mentioned in #79 (comment) and #90 (comment)
Already done in #90 |
|
way ahead of me 🙇 |
Just to note, #90 is practically ready to be merged, after this PR (#87) and #85 plus a rebase, so it should be able to be updated & merged quickly right after those are done. |
Due to kitty terminals deleting the file after fully reading it in known temporary directories.
8d7460d to
80165ec
Compare
|
Closing as the code is part of #90 |
Due to kitty terminals deleting the file after fully reading it in known temporary directories.
This results in
kittyto fail "local"(file) protocol with error from viuer "file not found" and falling-back to the "remote" way.Originally part of #79