Skip to content

feat: add PGlite as a client-side database implementation#541

Draft
Copilot wants to merge 5 commits intomasterfrom
copilot/add-pglite
Draft

feat: add PGlite as a client-side database implementation#541
Copilot wants to merge 5 commits intomasterfrom
copilot/add-pglite

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 4, 2026

  • Explore repository structure and understand patterns
  • Install @electric-sql/pglite@0.4.3 dependency
  • Create projects/pglite project with all required source files
  • Add pglite project configuration to angular.json
  • Add npm scripts to package.json (build:pglite, dev:pglite, start:pglite, client:pglite, test:pglite, analyze:pglite)
  • Fix lint: add projects/pglite/.eslintrc.json; remove unused import
  • Add test:pglite step to CI workflow
  • Fix WASM MIME type CI test failure:
    • Added *.wasm and pglite.data from node_modules/@electric-sql/pglite/dist/ as Angular assets (copied to dist root)
    • Pre-fetch WASM modules via proper HTTP URLs in database.service.ts and pass them as pgliteWasmModule, initdbWasmModule, fsBundle to PGlite — bypasses webpack's import.meta.urlfile:// substitution that caused the streaming-compile error
  • Verified npm run test:pglite passes locally: 2 passed (6m 47s)

Copilot AI changed the title [WIP] Add pglite support to the project feat: add PGlite as a client-side database implementation Apr 4, 2026
Copilot AI requested a review from pubkey April 4, 2026 10:05
@pubkey
Copy link
Copy Markdown
Owner

pubkey commented Apr 20, 2026

@copilot

  • fix lint
  • add test:pglite npm script to ci

Copy link
Copy Markdown
Author

Copilot AI commented Apr 20, 2026

@copilot

  • fix lint
  • add test:pglite npm script to ci

Fixed in dcd7249:

  • Lint: added projects/pglite/.eslintrc.json (mirrors the pattern used by all other projects — overrides the root ignorePatterns: ["projects/**/*"]) and removed the unused doesMessageMapUserPair import from app.logic.ts. All 8 projects now pass ng lint.
  • CI: added test:pglite step to the test-some job in .github/workflows/main.yml, after test:watermelondb.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • mapbox-node-binary.s3.amazonaws.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/client-side-databases/client-side-databases/node_modules/.bin/node-pre-gyp install --fallback-to-build install-from-cache (dns block)
  • package.cli.amplify.aws
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node ./lib/install.js -o Release/obj.target/sqlite3/gen/sqlite-autoconf-3310100/sqlite3.o (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@pubkey
Copy link
Copy Markdown
Owner

pubkey commented Apr 21, 2026

@copilot fix the ci tests, run them on your agent device:

[1] got console errors:
[1] [
[1] "ERROR TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'."
[1] ]
[1] normal console log:
[1] [
[1] 'logTime: for createDatabase(): 609ms since inital page load',
[1] '{"flag":"metric","key":"FIRST_ANGULAR_COMPONENT_RENDER","value":806.9000000001397,"unit":"ms"}',
[1] 'addExampleData() true',
[1] '{"flag":"metric","key":"PAGE_LOAD_TIME","value":914,"unit":"ms"}',
[1] '{"flag":"metric","key":"STORAGE_SIZE","value":null,"unit":"kb"}'
[1] ]
[1] ✖ Basic functions
[1]
[1] 1) Error: ERROR TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'.
[1]
[1] Browser: Chrome 147.0.0.0 / Ubuntu 22.04
[1]
[1] 109 | if (consoleLogs.error.length > 0) {
[1] 110 | console.log('got console errors:');
[1] 111 | console.log(consoleLogs.error);
[1] 112 | console.log('normal console log:');
[1] 113 | console.dir(consoleLogs.log);
[1] > 114 | throw new Error(consoleLogs.error[0]);
[1] 115 | }
[1] 116 | return false;
[1] 117 |
[1] 118 | }
[1] 119 | }, 1000 * 100, 500);
[1]
[1] at (/home/runner/work/client-side-databases/client-side-databases/test/e2e.test.ts:114:31)
[1] at fulfilled (/home/runner/work/client-side-databases/client-side-databases/test/e2e.test.ts:5:58)
[1]

Copy link
Copy Markdown
Author

Copilot AI commented Apr 21, 2026

@copilot fix the ci tests, run them on your agent device:

[1] got console errors:
...

Fixed in 7c189f2. Two changes were needed:

Root cause: webpack replaces import.meta.url with a hardcoded file:// path pointing to the source files in node_modules. PGlite used these file:// URLs to fetch its WASM/data files; Chrome served them with application/octet-stream instead of application/wasm, causing WebAssembly.compileStreaming to log a console error (which the test harness treats as a failure).

Fix 1 — angular.json assets: Added pglite.wasm, initdb.wasm, and pglite.data from node_modules/@electric-sql/pglite/dist/ as Angular build assets copied to the dist root, so they're served over HTTP.

Fix 2 — database.service.ts: Pre-fetch and compile the WASM modules via explicit HTTP URLs before constructing PGlite, then pass them as pgliteWasmModule, initdbWasmModule, and fsBundle. This bypasses PGlite's internal file://-based loading entirely.

Verified locally: npm run test:pglite2 passed (6m 47s) with no console errors.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • accounts.google.com
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4982 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,18435001913170113584,13414931811252792561,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,16119834818923459135,1721902627139486322,4 --trace-process-track-uuid=3190708989122997041 (dns block)
    • Triggering command: /opt/google/chrome/chrome /usr/bin/google-chrome --remote-debugging-port=46103 --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --headless --disable-infobars --disable-session-crashed-bubble --no-first-run --new-window --disable-REDACTED-networking --disable-ipc-flooding-protection --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --autoplay-policy=no-user-gesture-required http://localhost:43075/browser/connect/4vOe0YE (dns block)
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=5551 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-5522h2mo4eIuoDM5 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,13801477213483485746,6887826144488080689,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,17275011803269031358,12700198627096892692,4 --trace-process-track-uuid=3190708989122997041 /home/REDACTED/.ca-c -I sh (dns block)
  • android.clients.google.com
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4982 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,18435001913170113584,13414931811252792561,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,16119834818923459135,1721902627139486322,4 --trace-process-track-uuid=3190708989122997041 (dns block)
    • Triggering command: /opt/google/chrome/chrome /usr/bin/google-chrome --remote-debugging-port=46103 --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --headless --disable-infobars --disable-session-crashed-bubble --no-first-run --new-window --disable-REDACTED-networking --disable-ipc-flooding-protection --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --autoplay-policy=no-user-gesture-required http://localhost:43075/browser/connect/4vOe0YE (dns block)
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=5551 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-5522h2mo4eIuoDM5 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,13801477213483485746,6887826144488080689,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,17275011803269031358,12700198627096892692,4 --trace-process-track-uuid=3190708989122997041 /home/REDACTED/.ca-c -I sh (dns block)
  • clients2.google.com
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4982 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,18435001913170113584,13414931811252792561,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,16119834818923459135,1721902627139486322,4 --trace-process-track-uuid=3190708989122997041 (dns block)
    • Triggering command: /opt/google/chrome/chrome /usr/bin/google-chrome --remote-debugging-port=46103 --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --headless --disable-infobars --disable-session-crashed-bubble --no-first-run --new-window --disable-REDACTED-networking --disable-ipc-flooding-protection --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --autoplay-policy=no-user-gesture-required http://localhost:43075/browser/connect/4vOe0YE (dns block)
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=5551 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-5522h2mo4eIuoDM5 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,13801477213483485746,6887826144488080689,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,17275011803269031358,12700198627096892692,4 --trace-process-track-uuid=3190708989122997041 /home/REDACTED/.ca-c -I sh (dns block)
  • content-autofill.googleapis.com
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4982 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,18435001913170113584,13414931811252792561,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,16119834818923459135,1721902627139486322,4 --trace-process-track-uuid=3190708989122997041 (dns block)
    • Triggering command: /opt/google/chrome/chrome /usr/bin/google-chrome --remote-debugging-port=46103 --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --headless --disable-infobars --disable-session-crashed-bubble --no-first-run --new-window --disable-REDACTED-networking --disable-ipc-flooding-protection --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --autoplay-policy=no-user-gesture-required http://localhost:43075/browser/connect/4vOe0YE (dns block)
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=5551 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-5522h2mo4eIuoDM5 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,13801477213483485746,6887826144488080689,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,17275011803269031358,12700198627096892692,4 --trace-process-track-uuid=3190708989122997041 /home/REDACTED/.ca-c -I sh (dns block)
  • mapbox-node-binary.s3.amazonaws.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/client-side-databases/client-side-databases/node_modules/.bin/node-pre-gyp install --fallback-to-build install-from-cache (dns block)
  • optimizationguide-pa.googleapis.com
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4982 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,18435001913170113584,13414931811252792561,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,16119834818923459135,1721902627139486322,4 --trace-process-track-uuid=3190708989122997041 (dns block)
    • Triggering command: /opt/google/chrome/chrome /usr/bin/google-chrome --remote-debugging-port=46103 --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --headless --disable-infobars --disable-session-crashed-bubble --no-first-run --new-window --disable-REDACTED-networking --disable-ipc-flooding-protection --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --autoplay-policy=no-user-gesture-required http://localhost:43075/browser/connect/4vOe0YE (dns block)
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=5551 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-5522h2mo4eIuoDM5 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,13801477213483485746,6887826144488080689,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,17275011803269031358,12700198627096892692,4 --trace-process-track-uuid=3190708989122997041 /home/REDACTED/.ca-c -I sh (dns block)
  • package.cli.amplify.aws
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node ./lib/install.js -o Release/obj.target/sqlite3/gen/sqlite-autoconf-3310100/sqlite3.o (dns block)
  • redirector.gvt1.com
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4982 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,18435001913170113584,13414931811252792561,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,16119834818923459135,1721902627139486322,4 --trace-process-track-uuid=3190708989122997041 (dns block)
    • Triggering command: /opt/google/chrome/chrome /usr/bin/google-chrome --remote-debugging-port=46103 --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --headless --disable-infobars --disable-session-crashed-bubble --no-first-run --new-window --disable-REDACTED-networking --disable-ipc-flooding-protection --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --autoplay-policy=no-user-gesture-required http://localhost:43075/browser/connect/4vOe0YE (dns block)
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=5551 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-5522h2mo4eIuoDM5 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,13801477213483485746,6887826144488080689,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,17275011803269031358,12700198627096892692,4 --trace-process-track-uuid=3190708989122997041 /home/REDACTED/.ca-c -I sh (dns block)
  • safebrowsingohttpgateway.googleapis.com
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4982 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,18435001913170113584,13414931811252792561,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,16119834818923459135,1721902627139486322,4 --trace-process-track-uuid=3190708989122997041 (dns block)
    • Triggering command: /opt/google/chrome/chrome /usr/bin/google-chrome --remote-debugging-port=46103 --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --headless --disable-infobars --disable-session-crashed-bubble --no-first-run --new-window --disable-REDACTED-networking --disable-ipc-flooding-protection --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --autoplay-policy=no-user-gesture-required http://localhost:43075/browser/connect/4vOe0YE (dns block)
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=5551 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-5522h2mo4eIuoDM5 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,13801477213483485746,6887826144488080689,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,17275011803269031358,12700198627096892692,4 --trace-process-track-uuid=3190708989122997041 /home/REDACTED/.ca-c -I sh (dns block)
  • update.googleapis.com
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4982 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,18435001913170113584,13414931811252792561,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,16119834818923459135,1721902627139486322,4 --trace-process-track-uuid=3190708989122997041 (dns block)
    • Triggering command: /opt/google/chrome/chrome /usr/bin/google-chrome --remote-debugging-port=46103 --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --headless --disable-infobars --disable-session-crashed-bubble --no-first-run --new-window --disable-REDACTED-networking --disable-ipc-flooding-protection --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --autoplay-policy=no-user-gesture-required http://localhost:43075/browser/connect/4vOe0YE (dns block)
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=5551 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-5522h2mo4eIuoDM5 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,13801477213483485746,6887826144488080689,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,17275011803269031358,12700198627096892692,4 --trace-process-track-uuid=3190708989122997041 /home/REDACTED/.ca-c -I sh (dns block)
  • www.google.com
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4982 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,18435001913170113584,13414931811252792561,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,16119834818923459135,1721902627139486322,4 --trace-process-track-uuid=3190708989122997041 (dns block)
    • Triggering command: /opt/google/chrome/chrome /usr/bin/google-chrome --remote-debugging-port=46103 --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --headless --disable-infobars --disable-session-crashed-bubble --no-first-run --new-window --disable-REDACTED-networking --disable-ipc-flooding-protection --disable-REDACTED-timer-throttling --disable-REDACTEDing-occluded-windows --autoplay-policy=no-user-gesture-required http://localhost:43075/browser/connect/4vOe0YE (dns block)
    • Triggering command: /proc/self/exe /proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --use-angle=swiftshader-webgl --crashpad-handler-pid=4982 --enable-crash-reporter=, --noerrdialogs --user-data-dir=/tmp/testcafe/chrome-profile-4951GyVX5laqvNP9 --change-stack-guard-on-fork=enable --shared-files=v8_context_snapshot_data:100 --field-trial-handle=3,i,18435001913170113584,13414931811252792561,262144 --disable-features=PaintHolding --variations-seed-version --pseudonymization-salt-handle=7,i,16119834818923459135,1721902627139486322,4 --trace-process-track-uuid=3190709019108336209 che/node-gyp/24.-c sh che/node-gyp/24.14.1/deps/openssl/openssl/include (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants