issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python linked:pr language:JavaScript
Filter by
4.5M results
Problem
No tests cover the error paths in backup/restore/uninstall:
- applied.json corrupt or missing → unclear error
- applied.json with a.dest outside dirs.home → should be rejected
- applied.json ...
backlog
priority:medium
test
Why
The community-candidate-file lane is retired (#1670, #1734) and adjudication is owned by the external Gittensory Gate
(ADR 0009). That leaves an entire metagraphed-side deterministic preflight + externalized-gate ...
backend
gittensor:feature
어떤 기능인가요?
현재 거주 도시와 충북 여행지의 체감날씨 안내를 선택 시간대 날씨 카드 안에서 하나로 보여주고, 준비물 카드 레이아웃을 개수별로 자연스럽게 정렬합니다.
작업 내용
- [ ] 현재 거주 도시 비교 문구를 체감온도 설명 영역에 통합
- [ ] 시간대별 날씨·체감온도·습도·바람 정보와 비교 문구를 하나의 안내 카드로 구성
- ...
Problem
fetch.ts:21 constructs the cache key as ${user}@${ref} and uses it directly in path.join(cacheRoot, cacheKey). If user
contains path separators or .. sequences (e.g. ../../etc), the cache directory ...
backlog
priority:medium
security
Problem
backup.ts:100 and commands.ts:399 both call JSON.parse(fs.readFileSync(...)) without try-catch. If applied.json is
corrupted, partially-written (disk error, interrupted install), or missing, the ...
backlog
bug
priority:high
security
Problem
restoreBackupInternal reads a.dest from applied.json and passes it directly to fs.rmSync(a.dest) and cp(src, a.dest)
without verifying the path is within dirs.home. While applied.json is written ...
backlog
priority:medium
security
Context
The current observation is a hand-crafted 6-dimensional vector (x, y, heading, velocity, dist_to_edge, heading_error).
While sufficient for simple tracks, this representation limits the agent ...
Context
The training logger currently records only episode-level rewards and losses. For deeper analysis — average speed,
centreline adherence, obstacle proximity, off-track time — there is no tracking ...
Follow-up to #182 / #183. On 0.28.3 the OOB head asset delivery works for ReactiveResponse routes, but a plain
component.render() response in a FastAPI route — e.g. a PJXLazyLoad fragment endpoint — still ...
Context
Training efficiency and temporal consistency can be improved by repeating each action for multiple environment steps
rather than choosing a new action at every frame. This is a standard technique ...

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.