issues Search Results · language:Edge language:Python linked:pr linked:pr language:HTML language:Java language:JavaScript
Filter by
6.3M results
Summary\nA notification system should surface toast alerts when jobs complete or fail, with actionable buttons (View PDF, Retry, Upgrade). Notifications should queue if the user is on a different page ...
feature
Code of Conduct
- [x] I agree to follow the Code of Conduct
Existing issues
- [x] I searched existing issues and this hasn t been requested yet
Problem
The system treats interview-prep/ as user ...
enhancement
Summary
The PDFPreview component currently renders PDFs in an iframe with no user controls. It should add zoom-in/zoom-out
buttons, a page-number display, and a download button that triggers the signed ...
enhancement
Summary
When a compile job fails with error_code: compile_timeout, the editor page should show an orange banner with the plan
name, timeout duration (30s/120s/240s), and an upgrade link. The AI optimization ...
feature
Summary\nThe ApiClient.request() method should parse response headers (X-Request-Id, X-Rate-Limit-Remaining) into typed fields and expose them on all response objects. Discriminated union response types ...
enhancement
Summary\nAll server-emitted WebSocket event types (job.queued, job.started, job.completed, job.failed, job.cancelled, token.chunk, log.line, ats.update) should have TypeScript interfaces with required ...
enhancement
Summary
The WebSocketProvider wraps the singleton WSClient in React context so all child components can subscribe to job events
without prop-drilling. On reconnect, it should automatically re-subscribe ...
enhancement
reliability
Summary
The optimize page should show live token streaming during AI optimization, a progress bar driven by job.started stage
events, and a token counter that increments with each token.chunk event.
...
enhancement
Summary
Job stream state was accumulated imperatively with multiple useState calls. Migrating to useReducer with a
jobStreamReducer makes state transitions testable, prevents race conditions between concurrent ...
enhancement
Summary
The useJobStatus hook should expose timeoutError and errorCode from the underlying stream state, so consuming pages can
render the upgrade CTA banner without duplicating event-parsing logic.
...
enhancement

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.