issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript linked:pr
Filter by
1.8M results
Problem
Several tests import @testing-library/user-event, but the package is not listed in devDependencies.
Why this matters
Running those tests in a clean checkout fails with a module resolution error ...
Problem
src/setupTests.js imports @testing-library/jest-dom, but that package is not present in package.json.
Why this matters
Any Vitest/Jest setup that loads src/setupTests.js fails immediately during ...
Problem
The mock setup imports msw, msw/browser, and msw/node, but msw is not declared in package.json.
Why this matters
Any test or dev flow that imports the mock worker/server fails during module ...
Problem
api/events/index.js imports express and creates an Express router, but express is not listed in dependencies or
devDependencies in package.json.
Why this matters
A clean install will not have ...
Description
Fixing Kubernetes wrong deployment name
Component
- [ ] Client: client/
- [ ] API contract: api/
- [ ] Spring ingestion: services/spring-ingestion/
- [ ] Spring logbook: services/spring-logbook/ ...
infra
Summary
The frontend lint script currently fails because SearchShortcutHint calls setState synchronously inside an effect. This
blocks lint-based CI checks even though the production build succeeds.
...
Summary
The regular upload endpoint validates extension, magic bytes, and size before saving a file. /api/diff-analysis reads
both uploaded files directly and passes them to extraction without equivalent ...
Summary
/api/generate-document documents a 401 response for missing or invalid sessions, but its broad except Exception block
catches HTTPException from equire_session_id and replaces it with a generic ...
Summary
The Version Diff page posts to /api/diff-analysis, but the request does not include cookies and does not initialize a
session first. The backend endpoint requires session_id, so the feature can ...
Summary
The Document Generator page calls /api/generate-document with credentials: include , but it never initializes the
session cookie first. The backend requires a valid session_id cookie, so users ...

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.