issues Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:Java language:C#
Filter by
60.9M results
What to build
In src/strategy.py, the inner for target in targets: loop inside plan_expansion (lines 253-299) builds the candidates
list of (greedy_score, lookahead_score, target, fraction) via classification, ...
afk-sized
proposed
What to build
In src/strategy.py, plan_expansion precomputes the opponent s frozen response once per call at lines 221-238 (the if
blend 0 and initial_planets is not None and fleets is not None: block ...
afk-sized
proposed
What to build
In src/strategy.py, the primary-fleet launch (plan_expansion lines 306-314) and the multi-target drain loop
(lines 330-339) repeat the same intercept - angle_to_target - append move - decrement ...
afk-sized
proposed
Problem
When creating a new routine, pressing Done or back-swiping currently shows a Discard/Cancel alert with no way to save in
one step. The user must press Save first, then Done. This is inconsistent ...
agent:claude
area:ui
effort:default
reasoning:medium
type:bug
In the Appearance branch, add_field(...) is called first to mount a Select widget, but then the code calls
select_widget.watch_value(...) and add_field( Theme: , select_widget), where select_widget was ...
bug
good first issue
Description
When the WebSocket reconnects after a HA restart or network blip, StateProxy.on_reconnect() calls _load_cache() to
resync state. If get_states times out (default 15s), the exception is caught, ...
area:core
area:websocket
Problem description
thank you for the great work on RLinf.
I have a setup with both simulation and real-world data. I first trained a SmolVLA model with LeRobot, and it achieves
about a 50% success rate ...
help wanted
模型加载流程
1. 尝试把模型权重(GGUF)映射到内存(mmap)
2. 如果有 GPU:
- 尝试把前 N 层加载到 GPU(由 gpu_layers 决定)
- 如果 GPU 显存不够 → 自动减少 gpu_layers
3. 如果 GPU 完全不够用:自动 fallback 到 CPU 推理
4. 如果 CPU 内存也不够:直接报错:not enough memory ...
In this Epic, we add toggleable course options to the code base.
The ideas is that there is a list of options for each course that can be toggled, and adding a new option is as simple
as adding it to ...

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.