issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:Java language:Python
Filter by
55.4M results
AI in Action Next Pipeline Report
Mode: full-safe Commit: b8c66ab5aaa6b637a644f3ccc46562c87d54135b Workflow run:
https://github.com/XPS-IINTELLIGENCE-SYSTEMS/strategic-minds-advisory/actions/runs/28291554044 ...
ai-in-action
github-actions
pipeline
Problem
Evaluator.id in the v0 contract is optional with a scheme TBD note, and Evaluator.name bundles Czech academic titles
into one display string (e.g. doc. PhDr. Adam Geršl Ph.D.).
The whole product ...
data
legal
背景 / 問題
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! ...

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.