issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript language:Python
Filter by
4.5M results
TCPSocketDevice.write() in https://github.com/whad-team/whad-client/blob/main/whad/device/tcp.py references an undefined
variable data, causing a NameError when the method is called.
Environment
- ...
When a reimbursement is received on a personal account (1.0 ownership) and linked to a shared expense (e.g. 0.5
ownership), the credit applied to the expense should be scaled by the target account s ownership ...
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): ...
Ruff F401: from celery.result import AsyncResult became unused after mock was simplified to no longer need AsyncResult
spec. Breaks CI lint step.
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.

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.