Hardcoded temp path prevents multiple users using Inky on one system
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 340
- PR merge metrics
- No merged PRs in 30d
Description

Inky uses a directory `/tmp/inky_compile` for temporary files to compile.
Because this is a hard coded path and includes no random element, it is the same for any user on the system, but it is owned by the first user on a system to run Inky, and it's permissions are that other users don't have write access.
This means that if any user of a system has run Inky recently, all other users will receive an error message when loading Inky, and be unable to preview their story.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.