Skip to content

issues Search Results · language:Dune language:Python language:HTML language:Java language:TypeScript language:Java

Filter by

58M results  (772 ms)

58M results

.github/workflows/release.yml and .github/workflows/ci.yml use npm install. A package-lock.json is committed, so npm ci would give reproducible, lockfile-faithful installs — important for the publish path ...
ci
tech-debt

The daily content generator failed. Common causes: missing GROQ_API_KEY secret, LLM provider outage, or a DB connectivity issue. Check the run logs; drafts are not generated until this is green. First ...
pipeline-alert

Go to home page go to browser console Screenshot 2024-01-18 at 3 18 02 PM Activity

CI currently runs only typecheck/test/build. repo_security_plan (nexus-agents) recommends, in priority order: gitleaks (secret scanning), CodeQL or Semgrep (SAST for TypeScript), and an npm audit --audit-level=high ...
ci
enhancement
security

loadBundledFixture() returns 4 inline stub instances (one per language). But the SweBenchProConfig docstring in src/adapter.ts (lines ~109-112) describes the bundled fixture as fixtures/sample.jsonl with ...
documentation
good first issue

src/cli.ts hardcodes process.stdout.write( nexus-eval-swebench-pro 0.2.0\n ), but package.json is at 0.2.2. The string has already drifted and will drift on every release. Suggested fix: read the version ...
bug
good first issue

Problem types.ts defines TRUST_TIERS, ACTION_TYPES, USER_ROLES, and ISSUE_CATEGORIES as const arrays, but the Zod schemas type the corresponding fields as z.string(): - TrustAssessmentSchema.trustTier: ...
enhancement
tech-debt

The lint script in package.json is eslint src/, but eslint is not in devDependencies and there is no eslint config in the repo, so npm run lint fails immediately. Suggested fix: add eslint + typescript-eslint ...
bug
ci
tech-debt

Problem CI (.github/workflows/ci.yml) runs only typecheck, test, and build. There is no dependency (SCA), secret, or SAST scanning. repo_security_plan flags this as a critical gap. Suggested fix Add ...
ci
security
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.