Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:HTML language:C++ language:TypeScript language:HTML

Filter by

119M results  (2 s)

119M results

Diagnostic pass (sim-feel.ts instrumented with per-chapter + per-composition blowout breakdown) found 55.7% overall blowout rate concentrated in Ch1 (79.4%), Ch2 (59.1%), Ch3 (51.9%). Root cause: solo ...

First of three package-optimization PRs. Audited @teispace/next-themes against pacocoursey/next-themes (its issue tracker) plus an internal correctness/perf/bundle review, then implemented and adversarially ...

Summary Finishes the open wave-5 cleanup follow-up for discover.html (the favicon gap noted in #282/#283). discover.html was missing two standard head elements that every other page has: - link rel= ...

💡 What: Replaced allProblems.find(p = p.id === id) and allSyntaxCards.find(c = c.id === id) calls inside map loops with problemMap[id] and syntaxCardMap[id] respectively. Created and exported syntaxCardMap ...

Release prep for v0.0.16 — the first lock-step release of all four packages. What this does - Bumps all four packages + root to a single version 0.0.16 (CLI 0.0.15→, client 0.0.12→, plugin 0.0.1→, ...

배경 이전 PR(#26)에서 보유 종목 목록으로 종목명을 매핑했으나, 476760처럼 현재 보유하지 않는 종목은 매핑이 안 되어 코드가 그대로 노출되는 한계가 있었습니다. 백엔드가 거래내역 응답에 종목명(name)을 내려주도록 개선(finance PR)하여, 이를 소비합니다. 변경 내용 - TransactionApiResponse/Transaction ...

Motivation - Reduce horizontal space used by the home quick-actions so all seven shortcuts (including Vault) fit without excessive scrolling. - Make the Vault display in the profile more compact ...
codex

Closes #66. 선행 의존이던 TodoCalendar-Functions#235 머지로 openAPI /v2/open/foremost/event 노출 — 본 PR이 MCP 측 어댑터. 변경 요약 외부 AI Agent / aiFrontAPI가 가장 중요한 이벤트(foremost) 를 조회·등록·해제할 수 있도록 tool 3종 신설. v1 ForemostEvent ...

Summary - collapse Provider Usage by default in the Server panel and defer its query until the section is opened - show network error messages under Unreachable provider rows so failures are diagnosable ...