issues Search Results · language:Dune language:Python language:TypeScript language:HTML language:HTML language:JavaScript
Filter by
63.1M results
What to build
The portable skill bundles copies of the canonical docs (docs/{output-schema,safety-policy,evidence-policy}.md →
skills/phase0-bootstrapper/resources/) and of the sensor (scripts/scan.py ...
refine-me
문제
계좌 등록 및 거래 등록 금액 입력 필드가 소수점을 막지 않아, 1000.5 입력 시 백엔드 @IsInt() 검증 실패 오류가 사용자에게 그대로 노출됨.
수정 방향
입력 필드 속성 추가
input
type= number
step= 1
min= 0
onKeyDown={(e) = {
if (e.key === . || ...
bug
ui
What to build
Today there are two near-identical skills (.claude/skills/phase0-bootstrapper/ and skills/phase0-bootstrapper/) plus the
canonical docs/ — three copies of each policy, two SKILL.md variants, ...
refine-me
Implementar validação
Is your feature request related to a problem? Please describe. Right now the config information is script specific. If
we want to change then, because the pipeline is split in many scripts, the inputs ...
documentation
Bug Description Mid way through a Fable 5 session, while doing a one hour long statistical model on heat related deaths
in Europe vs the US, the ui switched to Opus 4.8 without any apparent reason. According ...
area:model
bug
platform:macos
Relation utilisateurs m:n sources.
Part of #498. docs/product-specs/deposits.md and withdrawals.md describe the EVM flow only. Per AGENTS.md (docs-first),
specify the Stellar flow before/alongside the implementation sub-issues of this epic. ...
backlog
docs
배경
계좌 비활성화 기능을 사용하지 않기로 결정. 코드 전반에 남아 있어 불필요한 복잡도를 유발하므로 전체 제거.
제거 범위
백엔드
| 파일 | 제거 내용 |
| --- | --- |
| prisma/schema.prisma | Account.useYn 컬럼, @@index([useYn]) + DROP 마이그레이션 생성 |
| accounts.service.ts ...
refactor

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.