issues Search Results · language:Dune language:TypeScript language:JavaScript language:HTML language:JavaScript linked:pr
Filter by
5.7M results
Parent Algora bounty: #743
Bug
apps/api/src/server.js calls bootstrap() as a top-level async function with no .catch() handler and no try/catch block:
async function bootstrap() {
await connectDb(); ...
Parent Algora bounty: #743
Bug
apps/api/src/middleware/rateLimit.js applies a single apiLimiter to all routes at 200 requests per 15 minutes. The
/api/auth/login endpoint has no dedicated stricter rate ...
Problem
`packages/hardline-components/package.json` declares:
```json sideEffects : [ **/*.css , ./dist/index.js ] ```
`./dist/index.js` re-exports/imports each `./ds-/ds-.js` module for side effects ...
Parent Algora bounty: #743
Bug
apps/web/components/Navigation.tsx includes a direct link to /admin in the shared navigation bar that is rendered for
every visitor regardless of their role or authentication ...
Parent Algora bounty: #743
Bug
apps/api/src/routes/uploadRoutes.js configures multer with memoryStorage and no limits option:
const upload = multer({ storage: multer.memoryStorage() });
Any unauthenticated ...
Feature request
Migrate SoundDeck Studio from npm/package-lock based dependency management to pnpm.
enhancement
NSoC'26
Problem
The first Pages workflow on main failed because astral-sh/setup-uv@v8 does not resolve. The upstream project publishes
v8.2.0 but does not expose a moving v8 tag.
Scope
- Pin the Pages workflow ...
bug
Parent Algora bounty: #743
Bug
POST /api/proposals passes req.body directly to createProposal() with no schema validation:
- bidAmount can be negative, 0, a string, or missing
- coverLetter can ...
Parent Algora bounty: #743
Bug
POST /api/messages passes req.body directly to sendMessage() with no schema validation:
- body (message text) can be empty string, null, or absent entirely
- senderId ...

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.