Skip to content

issues Search Results · language:Dune language:Python language:Java language:JavaScript language:JavaScript language:Java

Filter by

55.4M results  (823 ms)

55.4M results

背景 / 問題 next/util/errors.ts に ApiError クラスがあるのに、使われていない箇所がある。 - loginService.ts … ApiError を throw(◎) - articleService.ts … (error as any).status = res.status(any 使用) - Article.tsx … (error as ...
priority: medium
refactor

背景 / 問題 API ベース URL の環境変数の使い分けが不統一。 - サーバー用 process.env.API_INTERNAL_URL … articlesService.ts / articleService.ts - 公開用 process.env.NEXT_PUBLIC_API_BASE_URL … その他多数 - editService.ts はサーバー側取得なのに ...
priority: medium
refactor

背景 / 問題 同じ 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 ...
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.