issues Search Results · language:Dune language:Python language:JavaScript language:PHP linked:pr
Filter by
4.8M results
現状
main.py で spacing は int() でパースするのみで、負の値を検証していない。負の値を渡すと予期しない動作やエラーが発生する可能性がある。
修正内容
spacing = int(...) の直後に if spacing 0: return spacing must not be negative , 400 を追加する。
対象ファイル
- main.py L135 ...
enhancement
現状
main.py で font_size は int() でパースするのみで、値の範囲を検証していない。負の値や 0 を渡すと Pillow 内部で ValueError: font size must be greater than 0
が発生し、汎用の 400 エラーハンドラで捕捉される。
修正内容
font_size = int(...) の直後に if font_size = 0: ...
enhancement
現状
mode=RGBA format=jpg を指定すると、save_image() 内で image.save(image_io, JPEG ) が呼ばれ、Pillow が OSError: cannot write mode RGBA as
JPEG を送出する。このエラーは main.py の except Exception で捕捉され、500 エラーとしてユーザーに返る。
影響
ユーザーが混乱する ...
bug
現状
pyproject.toml で requires-python = = 3.8 としているが、dev依存の mypy =1.15.0 は Python 3.10+ を要求するため依存解決に失敗する。
影響
uv sync が失敗し、開発環境のセットアップができない。
修正内容
requires-python = = 3.10 に変更する。理由:
- dev依存の mypy ...
bug
現状
tests/test_main.py の L158–165 (test_backgroundimage_success) と L181–195 (test_backgroundimage_fetch_failure) に Git
のマージコンフリクトマーカー ( HEAD, ||||||| 7b0f5ce, =======, origin/main) が残っている。
影響
- pytest ...
bug
랜덤한 수 출력
Problem
After connect_cdp( http://127.0.0.1:9222 ), calling set_active_page(page) on a page found via
manager.browser.contexts[0].pages fails with:
AttributeError: NoneType object has no attribute ...
Describe the bug
I found this issue while working on https://github.com/sveltejs/svelte/pull/18330.
This hang can be particularly problematic when it occurs in the language server.
Reproduction
https://svelte.dev/playground/hello-world?version=5.56.0#H4sIAAAAAAAAE23LsQrCMBSF4Ve5nEkhKK4BBzffQRxScwqBa1Kaq62EvrtkcHP9-P-GHJ6Ex5WqRZYya5QdYzLGPRzGpKzwtwb7TL3rAPe7LtN0qG-qdRtC5T9_lGzMVuHRlCarnOUkRzgYV4O3-cXt7mAh6ZJyhB-DVm5fqIXUbZwAAAA ...
Contexto
Backend do gate freemium do simulador de metas (web #566, umbrella #536). Free tier: 1 simulação completa/mês (reset
dia 1 UTC); premium (entitlement advanced_simulations) ilimitado. Spec: auraxis-platform ...
enhancement
Goal
A complete docs-vs-code accuracy pass after the biosigIO 1.0.0 rename, plus the small Recording convenience accessors
the docs assumed. Ship as 1.0.1.
Driven by two independent reviews (an in-house ...

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.