pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:HTML language:Java
Filter by
156M results
What changed
- compacted every collision-prone Compendium tab with explicit production pagination/row-height tables
- rendered class lore as two inline wrapped lines and compacted Foes lore rows
...
Why
PDFs embedded in blog posts are served straight from cdn.sanity.io, and Sanity s robots.txt contains Disallow: /*.pdf —
so search engines are forbidden from ever reading them. The sitemap s PDF entries ...
A new drawing game for Ezra s Game Hub — draw with the mouse or a finger, use fun stamps, and save the picture.
What s new
- draw.html — a standalone Doodle Pad game:
- Freehand drawing with ...
Summary
From the cli/ folder review:
- buildwright commands outside a project listed five HARDCODED descriptions — a drift-prone duplicate of the canonical
command frontmatter (the /bw-ship text ...
What
Added missing packages to devDependencies: react-dom.
Why
CI failed with Cannot find module.
Automated test pull request
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
What
Updated the performance test to allow a 400ms response time instead of the original 100ms.
Why
The API occasionally takes longer than 100ms to respond, causing flaky failures. Raising the threshold ...
What
Add the missing sklearn package to requirements.txt so that the CI environment can install all required dependencies.
Why
The CI failed with ModuleNotFoundError: No module named sklearn . Adding ...
What
Add an afterAll hook to the test/server.test.js file to close the server after all tests have finished. This prevents
the EADDRINUSE error that occurs when the test server is not properly shut down. ...