issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:Python language:Java
Filter by
55.4M results
背景 / 問題
同じ fetchCsrfToken 関数が 2 箇所に定義されている。
- next/util/functions/csrf.ts(共通版)
- next/features/article/commentService.ts 内(重複版)
対応案
- [ ] commentService.ts 側の重複定義を削除
- [ ] 共通版を import して使用(理想は ...
priority: medium
refactor
背景 / 問題
同じ「404」表現が 3 通り混在している。
- from util.constant import HTTP_NOT_FOUND(api/article.py)
- status.HTTP_404_NOT_FOUND / status.HTTP_401_UNAUTHORIZED(各 API)
- リテラル 404 / 409 / 400(comment_service.py ...
priority: medium
refactor
背景 / 問題
fastapi/app/database.py で create_engine(DATABASE_URL, echo=True) が常時有効。本番でも全 SQL がログ出力され、ノイズ・性能・情報露出の懸念がある。
対応案
- [ ] ENVIRONMENT == development などで echo を切り替える(main.py の _is_dev と同じ判定基準に揃える) ...
priority: medium
refactor
背景 / 問題
fastapi/app/main.py と fastapi/app/api/auth.py で Limiter(key_func=get_remote_address) を別々に生成している。app.state.limiter(main
側)とデコレータが参照するインスタンス(auth 側)が別物になり、設定・ストレージが分散して分かりにくい。
対応案
- [ ] Limiter ...
priority: medium
refactor
背景 / 問題
未使用のスキーマが残っている。
- fastapi/app/schemas/article.py の ArticleDetail … どこからも参照されていない。さらに以下を内包:
- フィールド名 summery(summary の typo)
- model_config が二重定義(ConfigDict(...) の後に model_config ...
priority: medium
refactor
Getting Started with GitHub Copilot
img alt= original github octocat src= https://octodex.github.com/images/original.png align= left height= 80px /
👋 Hey there @mansi2921! Welcome to your Skills exercise! ...
Game list is missing a way to filter all games with at least 1 purchase finished in specified date range Purchase list
is missing a way to filter all purchases of games that were finished in specified ...
Summary (test quality)
Three reviewer findings about tests that do not exercise production code, a flaky wall-clock timing assertion, and
module-global state that leaks across tests. All test-only; no ...
背景 / 問題
next/features/**/*Service.ts のほぼ全ファイルで、同じ fetch 定型コードが繰り返されている。
重複している要素:
- const baseUrl = process.env...
- if (!res.ok) throw new Error(...) の分岐
- credentials: include
- CSRF トークン取得 ...
priority: high
refactor
背景 / 問題
マイグレーション関連ディレクトリが二重に存在し、片方が孤立した残骸になっている。
- fastapi/alembic/ … env.py と README のみ(versions/ が無い=孤立)
- fastapi/app/migrations/ … env.py / script.py.mako / versions/(実体)
fastapi/app/alembic.ini ...
priority: high
refactor

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.