Skip to content

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

Filter by

3.2M results  (306 ms)

3.2M results

Location package.json:6-8 main : plugins/tps-meter.tsx , exports : { . : ./plugins/tps-meter.tsx , ./tui : ./plugins/tps-meter.tsx , ./core : ./plugins/tps/index.js , ./package.json ...

Summary When tools/demo.mjs encounters an error in its main try/catch block, it calls process.exit(1) without first running cleanup(), which restores the cursor visibility. This leaves the user s terminal ...
bug

Location .github/workflows/ci.yml:5-6 Problem pull_request: branches: [main] PRs targeting branches other than main (e.g., develop, feature branches, or hotfix branches) will NOT trigger CI. If a ...

Summary The CI workflow tests against Node.js 20.11, 20, and 22, but does not include Node.js v24, the current active LTS as of mid-2026. This means the project has no automated verification against the ...
bug

Summary The config module (plugins/tps/config.js) uses two different truthiness models for its disable controls and provides no environment-variable overrides for 6 of its boolean options. This creates ...
bug

Summary RateMeter.active(now) uses at - this._lastAt = this.windowMs, making the method report true when exactly windowMs has elapsed since the last token. At the exact boundary, the last sample has just ...
bug

Location plugins/tps-meter.tsx:128-136 Problem In the message.updated handler, when a message completes, the code iterates partLen to clean up entries: for (const part of props.api.state.part(info.id)) ...

Summary The sparkline only renders when live data is present (i.e., during streaming). After the turn completes and live becomes null, the sparkline vanishes entirely — even though the meter.series() ...
bug

Summary When the npm install step inside the installer script fails, the script catches the error and prints a warning, but then unconditionally prints Done. Restart the OpenCode TUI as if installation ...
bug

Location plugins/tps/config.js:64-66 Problem The disabled computation in resolveConfig() has wrong precedence: const disabled = isFalsy(o.enabled) || isFalsy(env.OPENCODE_TPS_METER) || isFalsy(env.OPENCODE_TPS_METER_DISABLE); ...
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.