pullrequests Search Results · language:Edge language:TypeScript language:PHP language:JavaScript language:Java language:Ruby
Filter by
241M results
💡 What: Replaced Array.prototype.map() calls with pre-allocated arrays (new Array(length)) and standard for loops inside
the displayTasks and daysWithMeta useMemo hooks across CalendarView.tsx and TaskCalendarLayout.tsx. ...
This pull request was created by @kiro-agent on behalf of @fardinkhan69 :ghost:
Comment with /kiro fix to address specific feedback or /kiro all to address everything. sub Learn about Kiro autonomous ...
Description
Type of change
- [ ] New feature (feat)
- [x] Bug fix (fix)
- [x] Refactoring (refactor)
- [x] Tests (test)
- [ ] CI/CD or configuration (chore)
- [ ] Documentation (docs)
Checklist ...
Summary
- Add ZALO_GUARDIAN_SKIP_STARTUP_ZALO=1 to skip only startup auto-connect.
- Keep WebUI QR login available for first-time credentials creation.
- Document the bootstrap flow and add regression ...
Root cause of every failed Vercel build since the Stripe PR: at module level throws immediately when is missing. Next.js
evaluates module-level code during page-data collection, crashing the build. Replaced ...
Summary
Single-path install (node scripts/configure-claude.js dir ) matched a targets.json entry by exact path equality. A git
worktree of a registered target has a different working-tree path, so it ...
Reverts #31
This undoes the squash-merge of #31 (feat(trending): content-planning tools + AI writing assistant), returning main to
its pre-#31 state.
Why
#31 was merged prematurely. This revert backs ...
Bumps the minor group with 40 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| @codemirror/autocomplete | 6.20.1 | 6.20.2 |
| @codemirror/commands | 6.10.2 | 6.10.3 |
| @codemirror/language ...
dependencies
javascript
This PR implements an integrated solution for setting up a public tunnel to ingest GH webhooks.
Using smee.io, the solution suggested by GH docs for this purpose (see here)