issues Search Results · language:Dune language:Python language:Python language:Java language:Java linked:pr
Filter by
4M results
어떤 기능인가요?
추가하려는 기능에 대해 간결하게 설명해주세요 현재 사진이 2메가가 넘어가면 카테고리 수정 오류가 뜨는 상황이 발생, 따라서 제한 용량을 늘리고 넘어갈 경우 예외처리 예정
📝 작업 상세 내용
- [ ] 구현 내용
- [ ] 구현 내용
- [ ] 구현 내용
📁 참고 자료 (선택)
🐛 FIX
Final Boss: Publication Platform Completion Production Readiness
Overview
The Reflector publication ecosystem has successfully evolved from a paper repository into a publication platform.
Previous audits ...
What
- Add Corkscrew Consulting Group logo (SVG) to the landing page
- Link back to corkscrew-consulting.net in the footer
- Add a Built by attribution section
Assets
- docs/logo-ccg.svg — SVG ...
What
Add the upward routing edge to the SPEC: claude-orch-shell routes Initiative challenge/completion feedback back to dir,
keyed on two distinct labels.
Design (decided): eng stays frozen and comment-only ...
概要
main.py は python main.py で実行されるエントリポイントですが、__all__ が定義されています。
__all__ = [
app ,
MAX_IMAGE_SIZE ,
]
__all__ は from module import * の際にエクスポートする名前を制御するものであり、エントリポイントスクリプトでは不要です。main.py は通常 ...
enhancement
概要
pyproject.toml の description フィールドがプレースホルダーのままです。
description = Add a short description here
期待する動作
プロジェクトを適切に説明する内容に更新すること。例:
description = A simple Flask API for generating images with Pillow ...
enhancement
概要
test.yml の CI パイプラインには mypy と pytest のステップがありますが、ruff check(lint)や ruff format --check(format)のステップがありません。
プロジェクトは pyproject.toml で Ruff を設定しているため、CI でも一貫性を担保するべきです。
期待する動作
test.yml に以下のステップを追加すること: ...
enhancement
概要
エラーメッセージに英語と日本語が混在しています。
英語の例(main.py):
- width must be greater than 0
- height must not exceed {MAX_IMAGE_SIZE}
- font_size must be greater than 0
- Unsupported format
日本語の例(main.py):
...
enhancement
概要
main.py の画像生成処理において、generate_image() の呼び出し(187行目)の後に format のバリデーション(205-207行目)が行われています。
image = generate_image(...) # 先に画像生成
format_param = request.args.get( format , png ).lower()
if format_param ...
bug
概要
画像生成APIのレスポンスに Cache-Control や ETag などのキャッシュヘッダが設定されていません。同じURLへのリクエストでも毎回画像が再生成されます。
期待する動作
send_file() のレスポンスに適切なキャッシュヘッダを追加すること。例えば:
- クエリパラメータが同一の場合は一定時間キャッシュ可能にする
- Cache-Control: public, ...
bug
enhancement

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.