Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use cache #29

Open
JosiahParry opened this issue Feb 18, 2024 · 1 comment
Open

Do not use cache #29

JosiahParry opened this issue Feb 18, 2024 · 1 comment
Assignees

Comments

@JosiahParry
Copy link

Someone is providing me with a reproducible example that uses this package. However, the package cannot be used without using a cache to store data on disk. I do not want to store data on disk in a hard to access location that cannot easily be removed.

Can you consider creating functionality for the package to work with only in memory usage?

@rohith4444 rohith4444 self-assigned this Feb 21, 2024
@rohith4444
Copy link
Collaborator

Hi @JosiahParry ,

Sure, we have made the necessary changes to the package. Instead of using a cache directory, we have implemented functionality to utilize a temporary directory, which can be easily managed and removed.

The updated version of the package with these changes has been pushed. I hope this resolves the issue you were facing. Please feel free to test the new functionality and let us know if you encounter any further issues or have any feedback.

Thank you for bringing this to our attention, and we appreciate your patience and support!

Best regards,
Rohith

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants