issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
4.5M results
Ruff I001: inline imports inside Modal dispatch blocks had from import before import — violates isort order. Breaks CI
lint step.
Description
games/Word-Building/word_building.py (lines 14-22) has a while True loop in botTurn() that can spin forever.
Issue
def botTurn(letter, used_words):
import data
word = None
try: ...
Description
The test file tests/test_number_guessing.py uses Python s exec() function to run the game script directly within the
test process (lines 21, 37, 53).
Issue
with open(self.script_path, r ...
Description
games/Snake-Game/Snake-Game.py (lines 235-306) uses a while True loop with screen.update() and time.sleep() that wastes
CPU cycles when the game is idle.
Issue
while True:
screen.update() ...
Description
games/Word-Building/data.py uses Python s pickle module to load serialized data from a file named words.bat.
Issue
file = open( words.bat , rb )
words = pickle.load(file)
Problems:
1. ...
Ruff F401: from typing import Any was imported but not used in backend/app/core/modal_dispatch.py. Breaks CI lint step.
Parent: #11
Scope
Add the initial Kotlin Multiplatform mobile runtime scaffold without implementing runtime features yet.
Acceptance Criteria
- Mobile runtime has Gradle/KMP project metadata and ...
area:contracts
area:mobile
priority:p0
type:task
Cross-check our validation coverage against an external, independent enumeration of Bitcoin consensus rules (the
BTCDecoded Orange Paper PROTOCOL.md section tree), used purely as a completeness oracle ...
배경 / 목적
멀티테넌트 이관에서 Slack workspace id를 내부 tenant_id로 직접 쓰지 않고, TENANT_REGISTRY 기반 canonical tenant를 발급해야 합니다. tenant 도메인과 Slack
workspace 불일치도 callback 단계에서 차단해야 합니다.
작업 항목
- [ ] Slack callback의 canonical ...
feat
priority-P0
track-D
Create a new GET /health endpoint in the backend.
Requirements:
- Return status 200
- Return JSON: { status : healthy }
- Add documentation in README

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.