issues Search Results · language:Dune language:Python language:C# language:JavaScript language:JavaScript linked:pr
Filter by
5.1M results
What
A GitHub Actions workflow that runs npm test (node --test) on every push to main and on every pull request.
Why
The repo now has a unit-tested routing core; without CI, regressions only surface ...
ci
Contexto
Revisão de código (2026-06-10) encontrou bugs no caminho de avaliação/geração que corrompem as métricas reportadas —
exatamente as métricas que decidirão a promoção Vast → Lambda. Todos são confirmáveis ...
Goal
Prevents dropped in-flight requests, database connection leaks, and incomplete telemetry export when the product-reviews
service is terminated in production.
Context
The product-reviews service ...
engineering
status:merged
出自 2026-06-11 申請歷史領域審計(deep-research workflow,每條缺口均經獨立 agent 對抗驗證確認)。
嚴重度:critical
缺口 破壞性 migration 06e8a66d9437 對 11 張申請/審核/撥款表 TRUNCATE CASCADE,downgrade 明示不可還原,且無任何環境防護(無 ENVIRONMENT 檢查;pipeline 無條件跑 ...
audit-history
What
- scripts/postinstall.js — records whether @anthropic-ai/claude-code was already globally installed (so uninstall can
restore it), warns when ANTHROPIC_API_KEY is missing, prints a getting-started ...
enhancement
Part of #86. First implementation phase of the persistent multi-source bathymetric data store. Decisions for this work
are recorded in ADR-0002 (proposed).
Goal
Stand up the store core: a GGGS-backed ...
Summary
escAttr (newtab.js:568) is a thin alias of escHtml:
function escAttr(str) { return escHtml(str); }
escHtml only escapes . It does not escape single quotes ( ). Since all current template literals ...
refactor
Summary
Every shortcut s favicon is fetched via Google s favicon service (newtab.js:230):
const faviconUrl = `https://www.google.com/s2/favicons?domain=${escAttr(domain)} sz=64`;
This means every domain ...
enhancement
privacy
Summary
uid() in storage.js:49 generates IDs using Math.random():
return Math.random().toString(36).slice(2, 10);
Math.random() is not cryptographically secure. crypto.randomUUID() is available in all ...
refactor
Problem
After adding the mDNS hostname (memomatic.local) in #14, several docs still tell users to use only http:// pi-ip
:8080/..., which is the harder path. The docs should lead with the friendly memomatic.local:8080 ...
area: app
type: task

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.