mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
## Description If fetching an image fails, when the buffer with the image is opened again, the error message shown is for the `identify` command rather than the `url` command. This is because the output of the `wget` or `curl` command is saved to the file even if the fetching fails. Thus, when we try to resolve it again, we think it's cached and read the file on the `identify` step only to fail. ## Related Issue(s) did not find any |
||
|---|---|---|
| .. | ||
| buf.lua | ||
| convert.lua | ||
| doc.lua | ||
| image.lua | ||
| init.lua | ||
| inline.lua | ||
| placement.lua | ||
| terminal.lua | ||
| util.lua | ||