Skip to content

issues Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:Python language:Java

Filter by

55.7M results  (747 ms)

55.7M results

Summary While implementing PR #116 (system monitoring dashboard, claude/system-monitoring), a background coding agent s final report included this claim: Noticed an odd injected system-reminder in one ...

TCP connect / UDP scanning, with optional banner grabbing. Authorized-use only, per SECURITY.md — no stealth-scan techniques whose primary purpose is evasion. See CLAUDE.md s candidate additions / ROADMAP.md ...
enhancement

Bug The /api/payments route allows unauthenticated callers to create payment intent records. Payment creation is account-scoped and should require the same bearer-token authentication middleware used ...

Bug POST /api/auth/refresh issues a fresh access token without checking the requester at all. The service signs the token for a hard-coded subject usr_existing with role client. Expected fix Add authMiddleware ...

Summary A stdout output with a named emit: and no comma fails to parse. Repro Observed in one corpus file. Reduced example: output: stdout emit: log Why it s hard emit_declaration expects a comma ...

Summary A no-paren command whose receiver is a dotted identifier — log.debug msg — fails to parse. Repro Observed in one corpus file. Reduced example: log.debug Found ${n_items} input files Why ...

Fill the gap — there s a UDP client (netk udp-client) but no server; TCP already has both (tcp-server/tcp-client). See CLAUDE.md s candidate additions / ROADMAP.md v1.1.0.
enhancement

Summary A process script: section whose body is an expression that produces the script string (rather than a bare string/heredoc literal) fails to parse. Repro Observed in one corpus file. Reduced example: ...

Summary An immediately-invoked closure (IIFE) — { ... }() — fails to parse. Repro Observed in one corpus file. Reduced example: def is_head = { command == head }() Why it s hard Adding a closure-call ...

Summary | used as a boolean/bitwise-or operator inside a condition fails to parse. The grammar only knows | as the channel-pipe operator (pipe_expression), so a == b | c == d produces an ERROR node. ...
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.