issues Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript
Filter by
55M results
任務目標
在 HUD 新增參數控制面板,讓使用者可以即時調整擊球參數(桿速、角度、位置偏移)。
預估時數
1h
完成標準
- HUD 參數控制面板顯示正常
- 調整參數後立即反映到下次擊球
enhancement
任務目標
實作擊球參數的可調介面,支援桿速範圍、角度範圍、位置偏移範圍的設定。
預估時數
0.5h
完成標準
- 可調介面實作完成
- 參數範圍可在程式中設定與讀取
enhancement
The world border is provided from dynmap as a marker from this json
(http://dynmap.elgeis.com:10102/tiles/markers/marker_8302018.json)
{
sets : {
markers : {
hide : false,
circles ...
The chart ships multi-replica + HPA, but streamable-http defaults to stateful: the server keeps per-session state
(Mcp-Session-Id) in that pod, so a round-robin Service routes follow-up requests to a replica ...
area:server
type:feature
任務目標
在 Debug Menu 新增「印出當前 Observation」按鈕,方便手動驗證 Observation 收集正確性。
預估時數
0.5h
完成標準
- Debug Menu 按鈕新增完成
- 點擊後能正確印出當前 Observation 資料
enhancement
任務目標
在 ScriptController 中整合 Observation 收集邏輯,並確認輸出的 Action 格式符合 ControllerBase 介面。
預估時數
0.5h
完成標準
- ScriptController 能正確收集 Observation
- 輸出 Action 格式與 ControllerBase 一致
enhancement
任務目標
確認 ControllerBase 介面設計:get_action(observation) → action 的簽名,確保未來 ModelController 可以直接繼承替換。
預估時數
0.5h
完成標準
- ControllerBase 介面定義確認
- ScriptController 與未來 ModelController 均可實作此介面
enhancement
What I used (wrong)
{ say : { text : [{ type : text , content : Hello }]}}
This causes the REST endpoint to output [object Object] instead of the text.
What actually works
{ say : { text : [ Hello ...

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.