issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
1.7M results
Description
games/Word-Building/data.py has a bug in DataAdding(word) where accessing words[word[0]] will raise a KeyError if it is
the first word added for that starting letter.
Issue
def DataAdding(word): ...
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/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. ...
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() ...
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 ...
Create a new GET /health endpoint in the backend.
Requirements:
- Return status 200
- Return JSON: { status : healthy }
- Add documentation in README
New Versions Available
- Kap: 20260616-1 → 20260617-1 — kapdemo.dhsdevelopments.com/downloads.html
Update scripts/known-versions.json after upgrading to silence this alert.
language-update
Remediation batch from a codebase security/robustness audit (AUDIT_REPORT.md). Brings together several related hardening
changes:
Security
- Link a child to a Home Assistant user account (linked_user_id): ...
enhancement
Project Name / Day Number
zomato-clone 64
Bug Description
After migrating from static HTML (index.html) to server-side rendering using EJS (index.ejs), multiple critical issues
were introduced in the ...
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.