Skip to content

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

Filter by

3.2M results  (409 ms)

3.2M results

Summary scripts/install.mjs uses a plain Array.includes() check to determine if the plugin is already installed in tui.json. But OpenCode supports tuple-format plugin entries (e.g., [ @devinoldenburg/opencode-tps-meter ...
bug

Summary The --uninstall flag in scripts/install.mjs performs only a partial teardown: it removes the plugin entry from tui.json but deliberately leaves the dependency declaration in package.json and the ...
bug

Location plugins/tps-meter.tsx:153-163 — the onMessageRemoved event handler. Bug When message.removed fires, the handler deletes the message s GenerationTimer from the timers map and clears currentMsgId, ...

Summary RateMeter._prune() drops samples that have fallen outside the trailing window. It does this by iterating from the beginning of the _samples array and then calling s.splice(0, i) — an O(n) operation. ...
bug

Summary The package.json exports map defines a ./core entry pointing to ./plugins/tps/index.js, and the README documents it: import { RateMeter, messageStats, aggregate, buildView } from @devinoldenburg/opencode-tps-meter/core ...
enhancement

Summary The CI workflow (.github/workflows/ci.yml) includes a verify-plugin job that installs @opentui/solid + solid-js peers and runs bun tools/verify-plugin.mjs — a runtime smoke test that loads the ...
bug

Controller Updated: The PUT /api/users/{id} and DELETE /api/users/{id} endpoints extract the @AuthenticationPrincipal User and pass it to their respective service methods. Service Refactored: The UserService ...
AUTH & SEC logic
backend
task
USER logic

Summary The Invites tab gets slower as invite history grows because the app fetches and sorts every access code before showing a view that initially renders only three items. Generating a new invite link ...
fix-ready
triage:bug
triaged

Problem The beat-sheet / idea-expansion stage (volumeBeatsRunner → idea.output) does not respect the issue s own synopsis scope: it expands an episode s beats past the events the synopsis assigns to that ...
area:pipeline
enhancement

📌 작업 내용 메시지 발송 실패 및 누락 방지를 위한 아웃박스 패턴(Transactional Outbox Pattern) 도입 (OutboxEvent 엔티티 및 저장소 생성) Spring @TransactionalEventListener를 활용하여 비즈니스 트랜잭션과 동일한 범위 내에서 당첨 이벤트를 안전하게 DB에 저장 Spring Kafka KafkaTemplate을 ...
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.