issues Search Results · language:Dune language:JavaScript language:Python language:Java language:Python language:JavaScript
Filter by
55.2M results
Parent
#6
What to build
Redesign the HarvestedSession/Result shape around what a real harness session actually yields and what makes runs
comparable — replacing the pre-real-data placeholder fields. ...
ready-for-agent
Location
src/store_card_data.py:6-12
Problem
DEFAULT_FILE is a module-level mutable dict with nested mutable lists. When read_card_data_file is called and the file
is not found, it returns {}, [], [], ...
bug
Tasks
- [ ] Create CRUD endpoints for Department and LeaveType.
- [ ] Create LeaveRequest endpoints enforcing check_end_date_after_start_date constraint validation.
- [ ] Expose endpoint schemas ...
enhancement
Location
src/fetch_card_data.py:64 (get_promo_card_ids)
Problem
The function is annotated - list | None but always returns a list (empty [] when no promos match). The None branch in
the annotation is ...
bug
Description
JsonParseNode.get_bytes_value() does not base64-decode Edm.Binary values. It returns the base64 string encoded to UTF-8,
i.e. the raw base64 text as bytes, instead of the decoded binary.
...
Location
tests/test_fetch_card_data.py:5 vs tests/test_store_card_data.py
Problem
test_fetch_card_data.py imports with from src.fetch_card_data import ... while test_store_card_data.py imports with ...
bug
Location
src/store_card_data.py:55 (for set in missing_sets) and :105 (for deck in missing_decks)
Problem
Using set and deck as loop variable names shadows the Python built-in set() and (less critically) ...
bug
Location
src/store_card_data.py:86-89 (update_promo_card_data)
Problem
The guard if promo_data is None only catches an explicit None return. If parse_missing_promo_card_data returns an empty
dict {} ...
bug
ISSUE-205 Title
Android project readiness review
Background
לפני שעוברים ל־iOS צריך לוודא ש־Android יציב.
Goal
Review מסכם לכל Section 3.
Acceptance Criteria Android Project תקין. Debug Build תקין. ...

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.