You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using this SDK on Windows, the temporary files are written to a user's Documents directory. This feels like the wrong place for these documents since they are really temp files and could be purged without much issue. I feel like these should probably be somewhere in AppData for packaged applications, and somewhere in temp otherwise.
This is doubly weird on more modern Windows installs because your user directory is sync'd across machines using OneDrive. So these are going to potentially get copied to other Windows machines that I'm signed into.
To Reproduce
Steps to reproduce the behavior:
Run the test suite
Observe the folder on disk
Expected behavior
I should not see segment information in my documents directory.
Screenshots
Platform (please complete the following information):
Library Version in use: 1.4.8
Platform being tested: Windows (although this problem is likely the same on Linux)
Integrations in use: n/a
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I agree. I think the same is true for Mac/linux as well. I've got some storage changes coming up and was planning on making this a configuration option, along with some defaults per-platform. Let me know if you have suggestions for any of the platforms your team supports.
Describe the bug
When using this SDK on Windows, the temporary files are written to a user's
Documents
directory. This feels like the wrong place for these documents since they are really temp files and could be purged without much issue. I feel like these should probably be somewhere inAppData
for packaged applications, and somewhere intemp
otherwise.This is doubly weird on more modern Windows installs because your user directory is sync'd across machines using OneDrive. So these are going to potentially get copied to other Windows machines that I'm signed into.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should not see segment information in my documents directory.
Screenshots
Platform (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: