pullrequests Search Results · language:Edge language:TypeScript language:JavaScript language:JavaScript is:unmerged language:Vue
Filter by
84.3M results
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
Node 24 bundles npm = 11.5.1, which is what OIDC trusted publishing needs, so the manual npm install -g npm@latest step
is no longer required.
- .nvmrc: 22.16.0 - 24.11.1
- main.yml: drop the npm ...
Scope: getExtensions IDOR only
Fixes an indirect object reference vulnerability in GET /api/worker/getExtensions where an authenticated workspace
member could pass another workspace s ID and list their ...
Summary
Final step of the coverage epic. Five files pushed past the 80% bar in one PR.
| File | Before | After |
| --- | --- | --- |
| SynthVoice.js | 67.5% | 83.75% |
| wav.js | 72.9% | 96.61% |
| Click.js ...
Bumps the npm-dependencies group with 2 updates in the /explorer/frontend directory: axios and webpack. Bumps the
npm-dependencies group with 1 update in the /faucet/backend directory: axios. Bumps the ...
dependencies
Summary
Combo 11, workstream 3: the gateway is the source of truth for the 8 contact-ACL columns, but still mirror-wrote them
into the assistant DB (a leftover from when the assistant read ACL). This ...
Summary
v1.8.0 was already published (vSAN ESA fixes) before the S2D work landed, so this releases the S2D correctness fixes +
S2D/vSAN ESA guide expansion (merged in #46) as 1.9.0.
- Bump package.json ...
Closes #227
Summary
- Apply callback parent-context rewriting to callback result object aliases.
- Apply the same rewrite to callback/reduce result base paths used by result-shaping functions like ...
💡 What:
- Inlined the disjoint-set union find function using a path-halving algorithm a = parent[a] = parent[parent[a]].
- Replaced Set string used for tracking selected edges with Set number .
...