pullrequests Search Results · language:Edge language:TypeScript language:JavaScript language:HTML language:JavaScript
Filter by
203M results
bump: 2.1.0
!-- This is an auto-generated comment: release notes by coderabbit.ai --
Summary by CodeRabbit
- Chores
- Version bumped to 2.1.0
!-- end of auto-generated comment: release notes ...
MILAB-6460
- mkDir passed the path.getBasenameDirs slice to the variadic sets.add without ..., so the whole []string became one
set key and serialized to a literal dir name like [ embeddings ]. ...
Closes #418.
The bug
A listener reported the DJ announcing a time ~1h off from the station clock (timezone set to Europe/London). It s a
display bug, not a DJ bug — the DJ was right.
The DJ speaks the ...
Why
database.js (2185 lines) defined each table with a base CREATE TABLE plus ~212 guarded ALTER ADD COLUMN migrations
accreted over time. So the real schema = base + migrations, and the base CREATEs ...
Closes #671
Summary When CVE Lite recommends a fix version, it now shows when that version was published on npm. Teams using minimum
release age policies (e.g. rejecting packages published less than N ...
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
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
The problem
An own property named __proto__ is dropped when an object is deserialized, even though serialize records it and native
structuredClone preserves it:
import { serialize, deserialize } from ...