better-sqlite3
better-sqlite3 copied to clipboard
I've been struggling to build Signal from source where the build machine is behind a proxy. This change will have no effect during build unless the `HTTPS_PROXY` variable is set,...
The built-in `https` library does not support reading the standard `https_proxy` or `http_proxy` environment variables. This prevents the download from working in environments that require the use of a proxy....
Following the docs of Signal-Desktop I receive the following error for better-sqlite as soon as I run `yarn start`: ``` Unhandled Promise Rejection Error: Error: Could not locate the bindings...
Allows using module in environments where downloading anything on install is not possible (such as in Flatpak) sqlcipher.tar.gz downloaded from https://build-artifacts.signal.org/desktop/sqlcipher-v2-4.6.1-signal-patch1--0.2.0-a50990ae5d2bf6b88b0095c2bda5c64e5b78a6c0944398c59f94f7a1d097d1ed.tar.gz Closes #13
This would make offline builds (like inside a Flatpak) possible. I don't see any downsides either, since every update to sqlcipher.tar.gz requires an update to https://github.com/signalapp/better-sqlite3/blob/better-sqlcipher/deps/download.js anyway (so you could...