Hans Otto Wirtz

Results 28 comments of Hans Otto Wirtz

In https://github.com/Urigo/graphql-mesh/issues/4201, the issue is even harder to find, because the library is internally using a global variable.

For reference, I think the following errors fall under the same category: > Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and...

Okay, please also create an unmaintained note in the readme.

In the meantime, you can add this to your `package.json`: ```json "knex-db-manager": "github:hansottowirtz/knex-db-manager", ```

Published at `knex-db-manager-continued`. `package.json`: ``` "resolutions": { "knex-db-manager": "npm:[email protected]" } ```

Would be fixed by #95

You can try replacing `svgo` with `NODE_OPTIONS=--max_old_space_size=8192 node /usr/local/bin/svgo`. I had to process a 120MB file which took 5GB of RAM.

For Windows you have to set an environment variable like this: `set ENV_VAR=value` So this could become: ```bash set NODE_OPTIONS=--max_old_space_size=8192 && node C:/Users/jkalliau/AppData/Roaming/npm/svgo -i Input2.svg -o output2.svg ```

Side note: I'm getting this error on Vercel when setting `YARN_CACHE_FOLDER=node_modules/.yarn-cache`: > YN0001: │ Error: While persisting /vercel/path0/node_modules/.yarn-cache/node-gyp-npm-9.3.1-43540bab9c-b860e9976f.zip/node_modules/node-gyp/ -> /vercel/path0/node_modules/node-gyp ENOENT: no such file or directory, scandir '/vercel/path0/node_modules/.yarn-cache/node-gyp-npm-9.3.1-43540bab9c-b860e9976f.zip/node_modules/node-gyp' ~~I hope...

@merceyz Sorry for pinging, but could this be merged or are there any blockers?