issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python linked:pr language:JavaScript
Filter by
4.5M results
Problem
The announcement banner at the top of the website currently uses a transparent/translucent background (bg-accent-tint).
Since the header is now fixed at the top of the viewport, scrolling down ...
bug
Summary
After accepting a track, the DJ dashboard shows a permanent red ** T! ** badge — the track never syncs to the Tidal
playlist. Observed in production on event ELZ2G2 ( Home School Prom 2026 ); ...
bug
Two small cross-platform robustness gaps in the tooling/repo.
1. Maintainer scripts are not UTF-8-safe. scripts/validate_skill.py (file reads + emoji stdout) and
scripts/generate_index.py (frontmatter ...
Why
backend/src/models/auth.py defines 3 request-body shapes:
- RegisterRequest line 19 — 2 fields (email: EmailStr, password: min_length=8).
- LoginRequest line 26 — 2 fields (email: EmailStr, password: ...
Factory experiment #30. Fixes #580.
What to Build
Replace cmd.append( --full-auto ) with cmd.append( --dangerously-bypass-approvals-and-sandbox ) at
factory/runners/codex.py:185 in build_interactive_command(). ...
bug
Factory experiment 1. Hypothesis: Create todo/hello.py with hello() function
What to Build
Create a new file todo/hello.py containing a single hello() function that returns Hello . Follow the existing ...
The run_all_processing.sh script references several Python workflow files that are not yet present in this repository:
- firstlevel_workflow.py
- secondlevel_workflow.py
- denoising_workflow.py ...
Follow-up to #84. PR #87 closed the Stage 5 to Stage 1 optimization loop but left convergence as a stub: converged() in
stage5_post_processing.py always returns False, so converge_status.json is always ...
workflow
Problem
When visiting webjs apps (website, docs, blog example, etc.), browsers fetch both favicon.svg and favicon.png because
both are declared with rel= icon without sizes/type specifications that allow ...
bug
While editing ml/train.py this session, mypy ml/train.py (single file) reported a false unused type: ignore [union-attr]
at train.py:127 that vanished under mypy ml/ (the ignore guards a cross-module union ...
area:docs

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.