issues Search Results · language:Dune language:Python language:Java language:Java language:HTML language:Java language:HTML
Filter by
42.4M results
Parent
#4
What to build
Multiple helper functions omit type annotations on key parameters, violating the typed codebase style:
- risk_profiles/api.py:155: _profiles_for_entities(session, ...) — session ...
ready-for-agent
Parent
#4
What to build
Write routes use session_scope() (commit/rollback wrapper defined in platform/database.py:83-91). Several read routes
bypass it and call with session_factory() as session: directly ...
ready-for-agent
Parent
#4
What to build
alerts/serialization.py:74-99 and cases/api.py:171-185 return raw dict[str, object] and then pass it to Pydantic model
constructors via AlertListItem(**...) / AlertDetailResponse(**...). ...
ready-for-agent
어떤 부분을 리팩토링하나요?
현재 재고(Inventory) 도메인에는 낙관적 락(@Version)이 적용되어 있습니다. 그러나 재고는 입고, 출고, 예약 등 동시 접근이 잦은 자원으로, 충돌 시 재시도가 반복되며 DB 부하가 증가하는
Thundering Herd 문제가 발생할 수 있습니다. 예를 들어 재고 100개에 100명이 동시에 1개씩 요청하는 경우, ...
refactor
test
Start note
- date: 2026-06-08 04:05 UTC
- lane: Lane 02 -- Documentation root, review checklist, and freeze map
- goal: restack the existing Lane 02 Phase 4 docs-root exact-readback contract PR ...
Parent
#4
What to build
occurred_at, timestamp, created_at, updated_at are typed as str in multiple API response contracts
(alerts/contracts.py:63-64, cases/contracts.py:21, risk_profiles/contracts.py). ...
ready-for-agent
Parent
#4
What to build
This issue is the same work as #297 (C-01). See that issue for the full description. This entry exists to track the
code-quality axis of the same change: the NamedTuple anti-pattern, ...
ready-for-agent
问题描述
ginkgo scheduler recalculate 执行报 Redis 类型错误。
错误信息
❌ Error recalculating schedule: WRONGTYPE Operation against a key holding the wrong kind of value
复现步骤
ginkgo scheduler recalculate
可能原因
Redis ...
Problem
permissions.key is currently globally unique and repository code treats permission keys as global capability
identifiers:
- upsertPermissions() conflicts on key
- assignPermissionsToRole() ...
enhancement

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.