cdanis / emojifs

emojifs is a FUSE filesystem that allows you to manipulate custom emojis on your various Slacks and Discords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gracefully handle .crdownload and other such temporary files

cdanis opened this issue · comments

The current design and implementation works fine if you're cping a file directly, but fails with many errors if you attempt using Chrome to download an image directly into a emojifs directory (for example).

We'd probably need to have some heuristics for recognizing a temporary file, cache their contents locally, and then do the upload to chat-backed storage in rename instead of in release.