pullrequests Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:HTML
Filter by
156M results
A new tech post has been generated. Review the changes and merge to publish to GitHub Pages.
- Increases the landing page top padding (130px desktop / 90px mobile) so the octagon watermark is no longer cut off
by the top of the page — the logo, search bar, and contest list all shift down ...
Smee: https://smee.io/O7wSPwHTP0zwHKbf
CI
Summary
- localize remaining UI pages/components and shared editor surfaces for English, Japanese, and Simplified Chinese
- add shared i18n copy helpers for scene editor command lines, layout edit ...
What
Replaced inaccessible registry https://registry.company-private.net with the public npm registry.
Why
CI failed with ENOTFOUND registry.company-private.net — the configured registry hostname is ...
Agrega .gitignore para excluir __pycache__/ y *.pyc (generados al compilar/validar el script).
Generated by Claude Code
What
Added missing packages to devDependencies: mongoose, pdf-parse.
Why
CI failed with Cannot find module mongoose . Scanned source file and found 2 missing packages in total.
Root cause: NPM package ...
Summary
- Adds the missing code→doc back-reference for the 2 tactical comms mechanisms with a real code artifact
(lib/coordinator/adaptive-comms-cadence.cjs, lib/coordinator/presence-grounding-signals.cjs) ...