Cameron

Results 2 issues of Cameron

Issue with the display of some file types in the desktop app. The shouldEncode() function treated all files with MIME type application/octet-stream as binary. Bun's MIME detection returns this type...

Issue with shouldEncode when trying to fetch certain file extensions in desktop app. Removed the octet/application-stream check but was still getting caught in stream. Added a check for whether the...