LVerneyEC
LVerneyEC
@Ndpnt did you try from scratch or from a full clone of the current state across the 3 repositories (`snapshots` / `declarations` / `versions`)? My system has plenty of free...
Sorry for the double posting, but I managed to narrow it down to a reproducible set. First, I switched the concurrency manually in https://github.com/OpenTermsArchive/engine/blob/main/src/archivist/index.js#L23 to have max 1 concurrent thread....
And last debugging bits, I think we are close to the root cause here: * Install from a separate `package.json` crashes. My `package.json` is: ``` { "type": "module", "dependencies": {...
Hi, I can still reproduce it and experience the issue. I think this is coming from a bug in the multithreaded code for the extract phase, but I can't find...