Skip to content

issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript linked:pr language:CSS

Filter by

4.5M results  (355 ms)

4.5M results

Diagnosis _TYPES: dict[str, type] and _TAGS: dict[type, str] are module-level dicts populated by register(). Today all register() calls run at import time (serialized by Python s import lock), so safe. ...
audit-2026-06-12
audit-tier-1
threading

Diagnosis repo = Repo(str(repo_path)) with no with block and no explicit repo.close(). The generator is consumed via ProcessPoolExecutor.map; if the consumer aborts mid-walk (exception, timeout, cancel) ...
audit-2026-06-12
audit-tier-1
threading

Diagnosis _INBOX_NAMES[:] = names is documented as replaced atomically via list slice-assignment . Under the GIL this was approximately true; under free-threading (PYTHON_GIL=0, 3.14t in production) list.__setitem__ ...
audit-2026-06-12
audit-tier-1
threading

Problem Open source contributors frequently submit issues and pull requests lacking structured descriptions, environment info, or checklist confirmations. Current Behavior Issue creations and PR descriptions ...
NSoC'26

Summary The hand-written type stub src/fraiseql/__init__.pyi re-declares the core type decorators without the @dataclass_transform annotation that the runtime modules carry. Because a .pyi completely ...

📌 작업 내용 관리자 대시보드의 생애주기 탭과 프롬프트 관리 탭 UI를 고도화합니다. ✅ 구현 목표 - [x] 생애주기 탭: 도넛/막대 차트 + 모달 방식 → 탭 선택 방식으로 전환 - [x] 생애주기 탭: 탭 클릭 시 해당 그룹의 유저 수 및 소비 카테고리 TOP 5 인라인 표시 - [x] 프롬프트 관리 탭: 그룹별 사이드바 + 메타데이터 ...

Problem The repository currently lacks an automated continuous integration (CI) workflow and a comprehensive unit test suite to verify the logic of critical backend modules like SQLite database operations, ...
NSoC'26

Problem utils.authenticate_payload loads the token with SessionToken.objects.active().get(...), stamps last_used_at (and ip_address/user_agent/version via update_attributes), then calls a bare session_token.save(). ...

Problem Statement There is no pre-production environment. Every change goes straight to prod after CI passes. This makes it impossible to smoke-test a release against real data (or a copy of it) before ...
infrastructure
P2
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.