issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:Python language:Java
Filter by
55.2M results
Some README.md images are loaded from playground.com or giphy.com which might be unreliable or slow. Replace these with
optimized local image assets committed to the repository or with trusted CDN links ...
in-progress
Add a new route and frontend page (static or React-based) that displays a detailed resume or portfolio project
descriptions as requested in issue #23. This can be a static HTML or React component served ...
in-progress
Modify src/config/index.js to allow override of config.mongoUri and config.port via fallback environment variables
MONGO_URL and PORT (in addition to current MONGO_URI). This provides better flexibility ...
in-progress
Refactor src/index.js to add an Express error handling middleware function after all routes to catch and format errors
consistently. Move try/catch error responses from route handlers (src/routes/userRoutes.js) ...
in-progress
Severity: Low-Medium
A group of smaller CI and test-infrastructure issues:
1. find_qt_tests.py is dead infrastructure (scripts/find_qt_tests.py)
Its docstring says it s used in CI to generate the ignore ...
ci
tech-debt
Currently, userRoutes.js passes req.body.email directly to createUser but createUser normalizes email to lowercase. To
avoid inconsistency and possible duplication (e.g., user submits uppercase email), ...
in-progress
In src/routes/userRoutes.js POST /users handler, the current error check uses err.code === 409 or matching exists in
err.message, but mongoose duplicate key error has code 11000. Synchronize error handling ...
completed
in-progress
Severity: Medium
Summary
Several source modules — including bug-prone ones flagged in this review — have no dedicated tests, and much of what
exists doesn t run in CI (see #55).
Untested / under-tested ...
testing
Description
Connect the service logic to a REST Controller to expose the functionality to API consumers. Implement global error
handling to ensure consistent and required error response formats.
Tasks ...
Component
Vector Store / Pinecone
Description
Pinecone._create_filter() only handles the combined gte+lte range case. All other operator dicts ({ gt : 5}, { ne : x },
{ in : [...]}) fall through to ...
Vector Store / Pinecone

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.