Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:HTML

Filter by

156M results  (2 s)

156M results

Adds an MIT LICENSE file (Copyright (c) 2026 Piotr Kowalski), declares the license in package.json (npm) and adds a License section to the README.

Summary Adds an Instructions To Use section to PLAN.md that formalizes the development workflow: - keep README, docs, package documentation, and PLAN aligned with implementation changes - use the ...

Adds a short callout near the top of README.md / README.ja.md so the MCP auto-upload capability is discoverable from the intro (it was only described lower down in the MCP integration section). Links to ...

Switches the README license link from http:// to https://piecioshka.mit-license.org.

Docstrings generation was requested by @aleenaamir13. - https://github.com/aleenaamir13/ScoreCast-Websockets/pull/3#issuecomment-4801055426 The following files were modified: - src/ws/server.js ...

- Replaces inline onclick handler on Artifact cards with DOM-delegated event listeners (.artifact-trigger) to comply with DOMPurify security rules that strip inline JS. - Fixes String.prototype.replace ...

Two related grid-layout changes (both pure dashlayout.js math, node-tested). 1. Ultrawide auto-fill respects the aspect band The size contract was enforced on manual resize (clampAspect) and for defaults, ...