issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:JavaScript linked:pr
Filter by
3.2M results
Summary
scripts/install.mjs line 88 creates a backup of the config file before modification:
copyFileSync(file, `${file}.bak`);
If the install script is run a second time, the .bak file already exists ...
Summary
tools/demo.mjs line 189 checks CI smoke-test correctness with:
if (!renderText(f.view).includes( TPS )) throw new Error(...)
This check is fragile in both directions:
- False positive: If ...
Summary
tools/verify-plugin.mjs line 68–70 calls registered.slots.sidebar_content({}, {}) (empty session with no session_id)
without a try/catch. If the plugin s renderer throws for any reason on the ...
Summary
format.js fmtMs() has a rounding-carry bug: when the seconds value is just under a whole multiple of 60 and the
fractional remainder rounds to 60, the output is Xm60s instead of (X+1)m00s.
Location ...
Aktiviteten är tillagd! Ta bort test syns i schemat om ungefär en minut.
Skriva att det kan ta upp till 15 minuter ibland.
| Metadata | Värde |
| --- | --- |
| Kategori | Förslag |
| Sida | https://sbsommar.se/schema.html ...
feedback:suggestion
Bug
createJobSchema currently accepts payloads where budgetMax is lower than budgetMin. That creates invalid job records
such as a USD 500-100 budget range and can break client-side filtering, sorting, ...
작업 배경
매칭 결과, 신규 추천 공고, 시스템 알림 등을 사용자에게 실시간으로 전달하기 위해 WebSocket 기반 알림 구조가 필요합니다.
현재 공고 수집/저장 흐름, 매칭 점수 계산, Notification 저장 구조는 아직 확정되지 않았기 때문에, 이번 이슈에서는 실제 알림 발생 로직을 구현하기보다 WebSocket/STOMP 통신을 위한 서버 설정 ...
Summary
The onMessage handler in tps-meter.tsx relies on props.api.state.part(info.id) returning the completed message parts to
count characters for the chars→tokens calibration ratio. When this API call ...
bug
Summary
The verify-plugin.mjs tool matches error messages against a brittle regex to determine if the correct failure mode
occurred, rather than using a structured error check. This makes the test susceptible ...
Summary
The package.json scripts section includes a verify:plugin script that requires the bun runtime, but bun is neither
listed as a devDependency nor documented as a prerequisite. Running npm run verify:plugin ...

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.