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
This is a follow-up of a discussion with @ttngu207 on Slack.
For attach@store logic, the files are downloaded into the current working directory upon fetch(). This has the advantage that the user can call the file path directly, but it causes a lot of cluttered files to be saved in a potentially suboptimal location on the drive.
Requirements
The download path for attach@store objects should be configurable and the file path should be updated automatically upon fetching to reflect that user-configured location.
The text was updated successfully, but these errors were encountered:
Oh I did not know that existed! Thanks for pointing to that.
Ok, then I have a follow-up question, whether that download_path variable could somehow be made configurable globally so it does not have to be called in every fetch.
Feature Request
This is a follow-up of a discussion with @ttngu207 on Slack.
For
attach@store
logic, the files are downloaded into the current working directory upon fetch(). This has the advantage that the user can call the file path directly, but it causes a lot of cluttered files to be saved in a potentially suboptimal location on the drive.Requirements
The download path for
attach@store
objects should be configurable and the file path should be updated automatically upon fetching to reflect that user-configured location.The text was updated successfully, but these errors were encountered: