pullrequests Search Results · language:Edge language:TypeScript language:C# language:Java language:JavaScript language:Java
Filter by
224M results
Summary
- Image cache: Added a module-level Map in cardRenderer.js — template PNGs (and art/symbol data URLs) are now loaded
once and reused. Previously every pan, zoom, or keystroke triggered a ...
I moved the config saving part out of the submit eventlistener into its own function.
The submit eventlistener now calls this new function, so save button function is unaffected.
The pushdefaults buttons ...
Bumps sanitize-html from 2.17.4 to 2.17.5. details summary Changelog /summary p em Sourced from a href=
https://github.com/apostrophecms/apostrophe/blob/main/packages/sanitize-html/CHANGELOG.md sanitize-html ...
dependencies
javascript
Problem
Every blog post shipped two meta name= description tags — the site-wide SRE bio (hardcoded in index.html) first, then
the correct per-post one from react-helmet. Crawlers take the first, so the ...
Summary
- Replaced the default Create Next App boilerplate copy on the homepage with intro text for the Next.js AI Agent.
Test plan
- [ ] Run npm run dev and confirm the homepage shows the new heading/paragraph. ...
First milestone toward App Store submission (Capacitor wrapper).
- capacitor.config.json — appId com.openscaffoldlabs.composer, name The Composer , webDir www, CapacitorHttp enabled
(native networking ...
Problem
Strict equality (=== / !==) with an any-typed operand was unboxed via ToNumber and lowered to f64.eq, so === behaved
looser than ==:
| expr | before | node |
| --- | --- | --- |
| (false as any) ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| software.amazon.awssdk:apache-client | 2.46.7 → 2.46.8 | age | confidence |
| software.amazon.awssdk:s3 ...
Bumps the npm-development group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| @rollup/plugin-commonjs | 29.0.2 | 29.0.3 |
| eslint-plugin-prettier | 5.5.5 | 5.5.6 | ...
dependencies
javascript
Why
The CTL-940 checkout model (pluginDirs → --plugin-dir, no marketplace cache for workers) currently points at the
interactive working checkout on both hosts — which sits on feature branches (laptop ...