issues Search Results · language:Dune language:Python language:JavaScript language:CSS language:HTML linked:pr
Filter by
4.9M results
Background
Experiment tracking currently stores loss_history as a single JSON blob in a TEXT column of storage/experiments.db. This
makes it impossible to query across runs (e.g. all runs where step-50 ...
area:analytics
enhancement
Summary
Upgrade prometheus-fastapi-instrumentator from 7.1.0 to 8.0.0 and update the starlette version constraint accordingly.
The previous version of prometheus-fastapi-instrumentator (7.1.0) capped ...
chore
概要
games/snake/index.html
50点ごとに applyLevel(currentLevel+1) が呼ばれ、グリッドサイズ GRID が小さくなります(20→18→16…)。このとき、ヘビの既存の座標が新しい小さいグリッドの外に出ることがあり、次の step()
の壁判定 head.x = GRID || head.y = GRID で理不尽に即ゲームオーバーになる場合があります。 ...
bug
概要
games/youchan-battle/index.html の buyWeapon() / buyUpgrade()
コインが足りない場合、if(type === fire coins = 300){...} の条件に入らず何も起きません。ボタンを押しても無反応で、子どもには「壊れてる?」と分かりにくいです。購入成功時もログに何も出ません。
修正方針
- コイン不足のときは log( ...
enhancement
概要
games/youchan-battle/index.html の defend()
useSkill() は行動後に reduceCooldowns() と updateButtons() を呼んでいますが、defend() は enemyTurn() を呼ぶだけで、クールダウンの減算とボタン表示の更新を行いません。
function defend(){
defending = true; ...
bug
概要
games/youchan-battle/index.html
敵を倒すと winBattle() が走り、ストーリーモードでは setTimeout(showStoryMap, 1500) で1.5秒後に画面が切り替わります。しかしこの間、攻撃などのスキルボタンが押せたままです。
useSkill() 内で enemyHp が既に 0 のまま再度ダメージを与えると enemyHp = ...
bug
🚀 기능 설명
- 사용자가 웹 인터페이스에서 신청서 필드를 직접 입력하면 LLM이 HWP/HWPX 파일을 자동으로 채우는 대화형 초안 작성 플로우를 구현합니다.
- 그래프 노드 흐름: document_guidance → service_detail_pause → draft_field_extractor → draft_fields_pause → draft_writer ...
Describe the bug
Bug Report
Description
In AnalyticsDashboard.jsx, processIncomingCheckin is defined as a plain function inside the component and used inside a
useEffect. Because it is not wrapped in ...
bug
概要
2026/06/02 午後のテクニカル雑談を作成します。
収集対象
- Microsoft
- AI
- Azure
- クラウド(AWS / GCP / OCI)
- セキュリティ
このIssueは GitHub Actions により自動作成されました。

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.