pullrequests Search Results · language:Dune language:TypeScript language:HTML language:JavaScript language:Python language:HTML
Filter by
255M results
Bumps the development-dependencies group with 3 updates in the / directory: @rolldown/binding-win32-x64-msvc,
@types/node and typescript.
Updates @rolldown/binding-win32-x64-msvc from 1.0.3 to 1.1.0 details ...
area: release
risk: breaking-change
Bumps the dev-deps group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| @playwright/test | 1.59.1 | 1.60.0 |
| eslint | 10.2.1 | 10.4.1 |
| happy-dom | 20.9.0 | 20.10.2 ...
deps
Bumps the npm-development group with 11 updates:
| Package | From | To |
| --- | --- | --- |
| @eslint/compat | 2.0.3 | 2.1.0 |
| @jest/globals | 30.3.0 | 30.4.1 |
| @rollup/plugin-commonjs | 29.0.2 | ...
dependencies
javascript
Completes the ingestion perf work (items 2–4; #157 was item 1). Moves LLM enrichment off the critical path so a first
scan is searchable in minutes, with skills arriving progressively — no quality loss ...
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
merge-conflict
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
Related Issue
Closes #3429
Summary
Ensures charts resize dynamically on all device viewports.
Changes Made
- Added minHeight parameter to AreaChart and BarChart ResponsiveContainers.
Testing
Tested ...
GSSoC'26
mentor:Ayushh-Sharmaa
💡 What: Implemented caching for the OAuth2Client in src/drive/drive-auth.ts. Introduced cachedClient, isInitializing,
and authCallbacks to manage the first-time async initialization and ensure subsequent ...
Summary
- Add --debug support across scheduled Bronze, Silver, and Gold CLI layers and opt into it in the README cron
examples.
- Elevate command loggers to DEBUG when --debug is supplied and ...
💡 What: Added this._usersMap to Users class in Chapter09/node-chat-app/server/utils/users.js for O(1) user lookups while
keeping the backward-compatible array, and updated tests in users.test.js to rely ...