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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Currently, this backend manages caching of its CRS, but it writes to a filepath that should be maintained by Nargo.
Proposed solution
We should change the backend trait to return a CRS as bytes and Nargo can manage caching it. This will ensure that all CRS from various backends are handled in a consistent manner.
Alternatives considered
No response
Additional context
No response
Submission Checklist
Once I hit submit, I will assign this issue to the Project Board with the appropriate tags.
The text was updated successfully, but these errors were encountered:
Problem
Currently, this backend manages caching of its CRS, but it writes to a filepath that should be maintained by Nargo.
Proposed solution
We should change the backend trait to return a CRS as bytes and Nargo can manage caching it. This will ensure that all CRS from various backends are handled in a consistent manner.
Alternatives considered
No response
Additional context
No response
Submission Checklist
The text was updated successfully, but these errors were encountered: