issues Search Results · language:Edge language:TypeScript language:PHP language:JavaScript language:JavaScript language:CSS
Filter by
42M results
問題
let cloned = original.clone(); の後 original を一切使っておらず、clippy(pedantic)が redundant clone — this value is dropped without
further use を報告する。コメントの意図(clone が NaN を保持すること)に対して、original 側の検証がなく clone 自体も不要な形になっている。 ...
area:rust-core
enhancement
A stranger must sign up / log in before seeing anything; an account owns projects; each project s Settings carries the
script tag + DSN. The DynamoDB model (USER# + EMAIL# GSI, sessions, memberships, ownerId, ...
auth
epic
Problem: dev runs the dashboard on :3000 and the API on :3001 (STX_PUBLIC_API_ENDPOINT). Dashboard fetches omit
credentials, and the API answers Access-Control-Allow-Origin: * — which forbids credentials ...
auth
Problem: the dashboard SPA never checks for a session — the stx dev server serves /dashboard pages ungated (the API
server s requireAuth only covers its own route), so anyone sees the project hub. The ...
auth
Context
Package audit found that notifications docs/book surfaces lag behind the current public API.
Findings
- docs/reference/package-surface.md understates queue, lifecycle, and status seams.
...
area:infra-messaging
documentation
priority:p2
source:package-audit
Context
Package audit found correctness risks in @fluojs/notifications lifecycle and queue handling.
Findings
- notification.dispatch.requested publish failures can be ignored before later channel/queue ...
area:infra-messaging
bug
priority:p1
source:package-audit
Context
Package audit found NestJS migration wording gaps in @fluojs/notifications docs.
Findings
- Nest-like wording may imply provider discovery/decorator metadata, but channels are explicit values. ...
area:infra-messaging
documentation
priority:p2
scope:nestjs-parity
source:package-audit
Context
Release governance requires public package changelogs to keep a ## [Unreleased] section.
Finding
packages/notifications/CHANGELOG.md lacks the required ## [Unreleased] section.
Evidence
...
area:infra-messaging
documentation
priority:p2
source:package-audit
type:maintainability
Context
Package audit found missing regression coverage for documented @fluojs/notifications behavior.
Missing Coverage
- dispatch(..., { queue: false }) direct-send override.
- publishLifecycleEvents: ...
area:infra-messaging
priority:p1
source:package-audit
tech-debt
type:maintainability
問題
- PdfName だけ From str を持つが From String /From Vec u8 はなく(new が impl Into Vec u8 を受けるため From str は実質 new と重複)
- 数値系 newtype(ByteOffset/ObjectNumber/GenerationNumber)には From u64 /From u16 が一切ない ...
area:rust-core
enhancement

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.