pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript is:merged language:HTML
Filter by
112M results
Changes
- Fix index.html (was missing html/head/body)
- Add src/queries.ts — useDashboard, useRuns, useEvents, useIngestMutation
- Add getRuns() and getEvents(runId) to api.ts
- Extract 6 components: ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| @types/node (source) | 24.12.4 → 24.13.0 | age | confidence |
Configuration
📅 Schedule: (UTC) ...
What
- A shared PageTopBar component replaces the six hand-rolled topbars on the static pages (library, account, universe
settings, insights, story settings, admin). Every page now shows the brand ...
Summary
- Research Papers 섹션 다음에 Work Experience 섹션 추가
- Samsung Electronics (Oct. 2024 – Present): DoXA, Ehcro, Rosetta 프로젝트
- SETsystem (Sep. 2021 – Dec. 2021): AI Research Intern
Generated by ...
修正内容
PR #12 で「さがす」ナビを差し替えた際、else if(else if(act=== search ){...} と else if
が二重になる構文エラーが混入していました。これによりナビハンドラが正しく動かず、「さがす」を押しても検索画面が開かず、古いハンバーガー検索が開く状態になっていました。
余分な else if( を削除し、else if(act=== search ...
Automated platform-v7 current-step run.
Scope is controlled by source-of-truth files and guard scripts. Work remains PR-only and keeps controlled-pilot /
pre-integration maturity language. Automerge label ...
agent-generated
automerge
platform-v7
Summary
Phase 4-4-15 본체 머지 후 사용자 검토에서 도출된 4종 우선순위 항목 처리.
B1 — 평가 → 상단 disabilityGrade 자동 합성
- 평가 패널이 `onAdjustedGradeChange` 콜백으로 등급 알림
- ClaimCard가 \ 조정N급\ / \ 가중N급\ 자동 채움
- 노무사 수동 변경 시 `userTouchedGrade` ...
Problem
The static-FFmpeg fetch in the Docker build is failing on every PR and release. johnvansickle.com returns HTTP 415 to
GitHub Actions runner IPs (it blocks datacenter/CI ranges). The exact same ...
🎯 What: Replaced the generic console.log fallback in src/utils/logging.js with explicit handling for info and debug
levels using console.info and console.debug. 💡 Why: This improves code hygiene by mapping ...