neoxpert

Results 69 comments of neoxpert

The WAL file will always be stored next to the database file, when not using memory persistence. There is no way to change this behaviour - except you want to...

As the build log states, the gcc used does not yet support the c++20 option. ``226.6 npm error g++: error: unrecognized command line option '-std=c++20'; did you mean '-std=c++2a'?`` I...

The error message states that your OS does not have the required GLIBC. What OS are you running the pipeline on?

Well, Debian 10 ships with GLIBC 2.28. Also it reached it's [EOL 2 years ago](https://wiki.debian.org/LTS). So you can either try to somehow install GLIBC 2.29 within the container together with...

Beside the missing GLIBC 2.29 or higher, what is an issue of the used OS, [email protected] requires a C++20 compatible compiler, due to the requirements of V8. As some older...

While it is not recommended to run (concurrent) DB tasks in the renderer, I came across several projects, that use a hidden browser window for decoupling the persistence layer from...

``` npm error /home/dream/.cache/node-gyp/23.1.0/include/node/v8config.h:13:2: error: #error "C++20 or later required." npm error 13 | #error "C++20 or later required." ``` Which version/s of gcc is/are installed and which one is...

And what would be "optimal" to distribute binaries instead of a zip? Just uncompressed? It's just about saving some bits .. It's the default if you use other projects like...

@dream7180 Any update on this topic? It looks like nascab is still referencing version 10.0.0 of better-sqlite3 which did not have prebuilt binaries for NodeJS 23. Did you try [overriding](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides)...

For which ones are you looking for, there are at least some for NodeJS but non for Electron.