issues Search Results · language:Edge language:Python linked:pr linked:pr language:Java language:Java language:TypeScript
Filter by
7.4M results
Problem
_detect_service_tier flags every invoke_model, converse, chat.completions.create, ChatBedrock, etc. that lacks
service_tier — but service_tier only applies to a subset of models/operations and ...
bug
Problem
_detect_caching_cross_region_antipattern calls self._detect_models(content, file_path) even though analyze() already
called _detect_models and stored the result in findings. That s a full second ...
bug
キーワード
- stack
- BFS
基本形
- B: 問題文の通りに実装するだけ
-
問題特有の難しさ
- B: 誤読
- 倒した後に後処理の位置を勘違い + 符号も逆に読んでいた
- D: 狭義単調増加と出てくると、😅となりがち
難しさの原因
-
-
難しさを緩和する方針
- D: 問題文の言い換え
-
具体的な実装
...
Problem
_detect_prompt_routing has if premium_models and not models_by_family: — but models_by_family is populated from the same
loop that populates premium_models, so when the second is non-empty the ...
bug
Problem
vsc_detector._estimate_json_tokens always returns 100. Every json_serialization_near_llm_call finding therefore reports
the same 65 tokens saved regardless of actual JSON payload size. This is ...
bug
Problem
_detect_nova_explicit_caching_opportunity uses hardcoded prices (0.00006, 0.00009, 0.000006 per 1K tokens) in savings
calculations. These are Nova-Micro on-demand prices only. Nova-Lite/Pro/Premier ...
bug
Summary
- Move MCP npm publishing to a main-version-bump driven release model.
Problem
- Package publication currently relies on tag/manual release flow and does not create the release tag from ...
Summary
- Harden the CLI release flow so publish runs can be recovered manually while merge-driven tag creation remains
automatic and idempotent.
Problem
- The CLI already creates cli-v* tags ...
Problem
bedrock_helper calls boto3.client( bedrock-runtime , region_name= us-east-1 ) and converse(...) synchronously inside
what s marked as an async tool. There s no timeout, no retry policy, no auth-failure ...
bug
📝 Description
Chromatic 워크플로우(.github/workflows/chromatic.yml)의 paths 필터가 동작하지 않아, 스토리 파일을 수정한 PR에서도 Chromatic 액션이 트리거되지 않는 문제가 있습니다.
GitHub Actions의 paths 필터는 중괄호 확장({ts,tsx})을 지원하지 않습니다. 현재 패턴 **/*.stories.{ts,tsx}, ...
⚙️ Chore
아름

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.