issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:Python language:Java
Filter by
5.9M results
Summary
In st-extension/src/index.js, both the WS and HTTP polling paths do:
STATE.pendingActions.set(character, []); // ← before lock acquired
STATE.pendingSideActions.set(character, []);
await ...
bug
Summary
writeState() in st-plugin/link-state.js:33-38 uses fs.promises.writeFile, which truncates the file before writing new
content. If the process crashes between truncation and write completion, character-links.json ...
bug
reliability
Summary
In st-extension/src/index.js (~line 900-902), when the first generateQuietPrompt({ quietPrompt, forceChId: chid, ... })
call throws, the catch block retries without forceChId:
result = await ...
bug
Summary
In st-plugin/index.js:542-606, the entire trust label block — reading link state, building the label, injecting
[OWNER]/[GUEST] — is inside a try/catch. If anything in that block throws (disk ...
bug
security
Summary
_charDirFor(baseDir, characterName) in st-plugin/chat-history.js calls path.join(baseDir, characterName) directly. A
characterName containing ../ sequences (e.g. ../../etc) escapes the chats directory. ...
bug
security
Summary
In oc-plugin/src/index.ts:513-514, the file_write action writes directly to action.path with no validation:
case file_write : {
await writeFile(String(action.path), String(action.content ...
bug
security
Summary
The requireBearerToken middleware in st-plugin/index.js:87-94 checks for the presence of any x-csrf-token header before
validating the Bearer token. If the header is present with any value (including ...
bug
security
Summary
The same caller callee permission class as #295 (which #296 fixed for sdd-triage) exists in two more wrappers. GitHub
requires a reusable-caller job s permissions to be ≥ every nested job s permissions ...
🐛 Bug: index_parquet_dataset() fails with TypeError when passing storage_options for S3
ld.index_parquet_dataset() fails with TypeError: filesystem() takes 1 positional argument but 4 were given when ...
bug
help wanted
TabNet per-fold weights were not persisted and retraining is not reliably deterministic (folds 2-4 diverge). Append a
row with the stored aggregate MCC from results/metrics/benchmark_20260415_031627.json; ...

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.