issues Search Results · language:Dune language:JavaScript language:JavaScript language:HTML linked:pr language:JavaScript
Filter by
2.2M results
Location
plugins/tps/meter.js:97
Problem
RateMeter._prune() contains a guard against negative _windowSum:
_prune(now) {
// ... drops old samples ...
if (this._windowSum 0) this._windowSum = 0; ...
Summary
When two consecutive push() calls arrive with the same timestamp (gap == 0), the gap-accumulation block is entirely
skipped, meaning the second chunk s tokens are added to _tokens but not to _primeTokens ...
bug
Location
plugins/tps/tps.js:29
Problem
The calibration constant MIN_RATIO = 1.2 clamps the characters-per-token ratio from below:
const MIN_RATIO = 1.2;
const MAX_RATIO = 12;
export function calibrateRatio(prev, ...
Summary
tools/install-peers.mjs installs solid-js and @opentui/solid in a temp project, then copies the entire node_modules
directory (including all transitive dependencies) into the repo s node_modules ...
bug
Summary
config.js and view.js each define their own DEFAULTS objects containing identical, overlapping display keys. If a new
display option is added to config.js but not to view.js, the view will silently ...
bug
Summary
In buildView(), the if (last last.done) / else if (streaming live) construct at lines 89-103 makes the live-streaming
detail row ( now peak … · −Ns wait ) and the last-message detail row ( last ...
bug
Location
plugins/tps/format.js:98-100
Problem
sparkline() checks if the computed range is = 0 and returns all-empty spark characters:
export function sparkline(values, opts = {}) {
const min = opts.min ...
Severity: LOW
File: package.json:25 (files field) and NOTES.md
The package.json files array includes root-level markdown docs:
files : [
plugins/ ,
scripts/install.mjs ,
README.md ,
ARCHITECTURE.md ...
POST /api/notifications currently forwards req.body directly into createNotification. The service creates { id: ntf_...,
read: false, ...payload }, so clients can submit incomplete notification records ...
Location
plugins/tps/format.js:51-68
Problem
fmtCost() has no guard against negative input values:
export function fmtCost(n, placeholder = -- ) {
if (n == null) return placeholder;
if (typeof ...

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.