Skip to content

issues Search Results · language:Dune language:Python language:JavaScript linked:pr language:Python language:C# linked:pr

Filter by

5.1M results  (360 ms)

5.1M results

CHORE: #api We ve set up node subpath imports in api.  Some files still contain cross-domain imports. Find one file, and use the new subpath import instead. If no cases of cross-domain imports exist, ...

Line 103 of content_model.py calls seen.add(key) inside the recommendation loop, but key is never defined in that scope — the loop variable is t (the title string). Every single call to ContentRecommender.recommend() ...
gssoc:approved
level:beginner
ml/ai
type:bug

Two critical bugs: (1) load_csv() calls preprocess(raw_df) at line 48 before raw_df is ever assigned — the file-reading step is missing entirely. (2) merge_all() and get_interaction_df() call pd.concat() ...
gssoc:approved
level:beginner
type:bug

Both CORSMiddleware and CSRFMiddleware are registered twice — first at lines 493–501, then again at lines 932–940. FastAPI applies all registered middleware in order, so every request runs CORS pre-flight ...
backend
gssoc:approved
level:beginner
ml/ai
type:bug

OTA image URL https://s3.amazonaws.com/tr-ota-us-prod/3RAQ1096Z_ZHA_014_20260609_031557.ota Release notes No response How to handle existing images of the same type Keep all (standard) Optional metadata ...
ota-create
ota-processed
ota-submit

from backend.routers import recommend is imported at line 3, and the router defines three endpoints (/, /cold-start, /user/{user_id}). However, app.include_router() is never called anywhere in main.py. ...
backend
gssoc:approved
level:beginner
ml/ai
type:bug

Problem .github/workflows/_required.yml triggers its pull_request event on labeled, unlabeled, auto_merge_enabled, auto_merge_disabled (added so pr-policy / auto-merge-policy converge on the PR s true ...
state:needs-plan

Summary make dev (local) and the Docker dev entrypoint crash on startup on Python 3.12 with: NotImplementedError: Non-relative patterns are unsupported This is a regression introduced by #3426 (67ad6e2, ...
needs-triage

The rate limiter cleanup block at line 274 references CLEANUP_THRESHOLD (a constant) and _request_counter (a global counter), neither of which is defined anywhere in main.py. Every request that triggers ...
backend
gssoc:approved
level:beginner
ml/ai
type:bug

Broad startup-baseline rollout still reports LF-enforced consumer repos as stale after #134 because onboard audit uses its own raw exact comparison path. The task check/apply path now normalizes CRLF/LF, ...
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.