issues Search Results · language:Dune language:TypeScript language:JavaScript linked:pr language:JavaScript language:Java
Filter by
6.7M results
実装してほしい関数
src/sum.ts に export function sum(numbers: number[]): number を実装してください。 TDD で進めてください(先に test/sum.test.ts を vitest で書いて
RED → 最小実装で GREEN)。
仕様
数値配列の合計を返す。空配列は 0。
例
- sum([1, 2, 3]) → 6
...
実装してほしい関数
src/capitalize.ts に export function capitalize(s: string): string を実装してください。 TDD で進めてください(先に test/capitalize.test.ts を
vitest で書いて RED → 最小実装で GREEN)。
仕様
先頭1文字を大文字にして返す。空文字はそのまま。
例
- capitalize( ...
実装してほしい関数
src/isEven.ts に export function isEven(n: number): boolean を実装してください。 TDD で進めてください(先に test/isEven.test.ts を vitest で書いて
RED → 最小実装で GREEN)。
仕様
整数 n が偶数なら true、奇数なら false を返す。
例
- isEven(4) ...
Problem
api-db-shell and its staging/production variants use plain psql with aligned output — UUIDs, long URLs, and coordinates
make the table unwrap and hard to read.
Proposed Solution
Add a custom ...
enhancement
status:approved
Description: JaypieDistribution exposes a roleTag prop and stamps role on the distribution, but has no serviceTag and
never applies a service tag. As a result:
1. Metrics — the distribution lands in ...
enhancement
Summary
createTimeoutSignal() aborts with a DOMException named TimeoutError, but validateToken() special-cases only AbortError
as the timeout path. A real init-time timeout may fall through to the generic ...
bug
Goal
Make voting feel instant. Show the result overlay immediately on click using server-pre-computed projections. Pre-fetch
the next matchup while the user is still deciding.
Matchup response shape ...
enhancement
배경
부분 스트리밍(#110) 중 멈추면 지금은 부분 결과가 사라짐(setAnalysisResult(null)). 유저: 본 부분 유지 + 멈춘 지점부터 이어서.
설계
- A 부분 유지: abort 시 결과 null 안 함, resumable 플래그
- B 이어서: outline(요약/개념 id) 재사용 + 안 끝난 줄범위 청크만 병렬 재분석해 ...
Summary
Two built-in tools size/bound their output in UTF-16 code units rather than bytes, and one accepts out-of-schema bounds
— minor correctness gaps vs. the documented contract and the sibling tools. ...
bug
Summary
finishWorkflowRun keeps the run status sticky on a terminal run but unconditionally rewrites finished_at. A late or
duplicate call (e.g. the stale-run reaper firing after the run already finished ...
bug

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.