Allusion
Allusion copied to clipboard
cant move immage files while program is open
Describe the bug I cant move immages while the program is open To Reproduce Steps to reproduce the behavior:
- open programm
- vove immage files
- dosnt work :/
Expected behavior I want to be abel to move immage files while it is open
Desktop OS
- e.g. Windows 10
Looks like this is an old unresolved issue with chokidar https://github.com/paulmillr/chokidar/issues/643 - the library we use for watching for file changes/deletions/additions. I can't find any solution/workaround for it unfortunately, other than swapping it out for another library like https://github.com/Axosoft/nsfw. It sounds like it might perform better too, so it'd be worth a shot