Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr language:Java

Filter by

3.2M results  (288 ms)

3.2M results

작업 배경 매칭 결과, 신규 추천 공고, 시스템 알림 등을 사용자에게 실시간으로 전달하기 위해 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 ...

Summary The release workflow (.github/workflows/release.yml) publishes every v* tag to the latest npm dist-tag, even when the tag is a pre-release (v0.2.0-rc.1, v0.2.0-beta.1). Meanwhile, VERSIONING.md:64-66 ...
bug

Summary The .gitignore file misses two file patterns that are generated by the project s own tooling: *.tgz from npm pack and *.bak from the installer s backup logic. Missing Pattern 1: *.tgz Generated ...
bug

Location plugins/tps-meter.tsx:97-98 Problem if (!part || part.sessionID !== props.sessionID) return; This uses strict equality (!==) to compare part.sessionID against props.sessionID. If these values ...

Summary The CI pipeline runs unit tests, a demo smoke test, a pack check, and a Bun-based plugin verifier — but there is no TypeScript type checking step. The tsconfig.json sets checkJs : false, meaning ...
bug

Summary The --help flag in scripts/install.mjs generates help text by reading the script s own source file and slicing lines 2 through 26. This is brittle — any change to the file s header comment structure ...
bug

Location tools/install-peers.mjs:31 Problem const tmp = mkdtempSync(join(tmpdir(), tps-peers- )); The temporary directory created by mkdtempSync is never cleaned up. The script: 1. Changes into ...
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.