issues Search Results · language:Dune language:JavaScript language:Java language:Python language:TypeScript linked:pr
Filter by
9.4M results
Bug: Billing Page Is a Non-Functional Stub
apps/web/app/billing/page.tsx renders only a placeholder paragraph. It should display mock invoice entries and payout
method options.
Current code:
export ...
Bug: Admin Panel Page Is a Non-Functional Stub
apps/web/app/admin/page.tsx renders only a placeholder paragraph. The admin panel should display platform metrics (open
jobs, active freelancers, flagged ...
Bug: Payment Creation Has No Input Validation
POST /api/payments passes req.body directly to createPaymentIntent() with no Zod validation. A caller can omit amount or
send a negative value, causing the ...
需求
当前 loadMdFiles 硬编码了 .md、.markdown、.mdx 三种扩展名,用户无法自定义。
方案
在 .lintmdrc 中支持 extensions 字段,用户可覆盖默认扩展名:
{
extensions : [ .md , .mdx , .mdoc ]
}
不配置则默认 .md、.markdown、.mdx。
改动
- CLIConfig 新增 ...
Problem
When a user starts a run on the Coding Team page (/software-engineering/coding-team) by clicking Confirm Start, the
active-job panel only shows a status word, the phase, a status_text line, task ...
Bug
The /health endpoint returns HTTP 200 even when the health check fails. Liveness/readiness probes (Docker HEALTHCHECK,
Kubernetes, load balancers) only inspect the status code, so they treat a downed ...
Problem
The function compute_advantages_and_returns in ppo_utils.py uses adv_estimator as its Python parameter name (line 1348),
while the config field on AlgorithmConfig is named advantage_estimator ...
Summary
Python SDK live and headless eigenvalue exports diverged from Desktop chart export behavior. Exported PNG/SVG artifacts
could miss scatter points, render incomplete legend markers, and use incorrect ...
bug
Summary
A critical path traversal vulnerability exists in the TemplateManager.getTemplate() method at
cli/helpers/ignoreTemplates.js:408. User-supplied template names are used unsanitized when constructing ...
Bug: Proposal Endpoints Have No Authentication
Both GET /api/proposals and POST /api/proposals are fully public — no authMiddleware is applied. Any anonymous user can
list all proposals or submit new ...

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.