pullrequests Search Results · language:Edge language:Python language:JavaScript language:JavaScript
Filter by
151M results
Milestone 17 Unit 3 (spec 0114, ADR 0027): the one-page web surface as a strict consumer of the trust objects —
stdlib-only, zero JavaScript, strict CSP, escape-everything rendering, simulated actions ...
What
Added seaborn, typer to requirements.txt.
Why
CI fails with ModuleNotFoundError.
What
Added build script to create /home/runner/work/node-microsvcs/server.js.js.
Why
CI fails because /home/runner/work/node-microsvcs/server.js.bak doesn t exist.
What
Added scikit-learn, tortoise-orm to requirements.txt.
Why
CI fails with ModuleNotFoundError.
What
Increased timing threshold from 100ms to 471ms.
Why
CI fails because test takes 271ms but threshold is 100ms.
What
Increased timing threshold from 50ms to 360ms.
Why
CI fails because test takes 160ms but threshold is 50ms.
What
Added beforeEach/afterEach cleanup to prevent DB state leak.
Why
CI fails because tests share mutable database state.
What
Added afterEach(() = nock.cleanAll()) to prevent interceptor leak.
Why
CI fails because nock interceptors bleed between tests.