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 would need proper error handling and validation, to make sure we are shipping the right key. So the gains over local storage may be small.
Deferring for now.
The text was updated successfully, but these errors were encountered:
maertsen
changed the title
Feature: download key instead of storing it locally
Feature: download key instead of storing it locally in this repository
Jun 4, 2024
We could download the key instead of storing it, to avoid having it in two places.
Fetching could be done by a "build.rs" Rust "script" in the root of the project dir. See: https://doc.rust-lang.org/cargo/reference/build-scripts.html and https://stackoverflow.com/a/45623133.
This would need proper error handling and validation, to make sure we are shipping the right key. So the gains over local storage may be small.
Deferring for now.
The text was updated successfully, but these errors were encountered: