Skip to content

issues Search Results · language:Dune language:Python language:JavaScript linked:pr language:TypeScript language:JavaScript

Filter by

7.9M results  (334 ms)

7.9M results

Summary The Extension tests matrix (layer 4, @vscode/test-electron) fails on all 6 legs (ubuntu/macos/windows x vscode 1.105.0/stable) with 2 deterministic failures. These predate going public: CI was ...
bug

Summary When `sports` is run with no args, show a numbered sport selection menu instead of a static welcome screen. When a sport is selected (or `sports sport ` is run with no subcommand), show a numbered ...

Across all server controllers (100+ occurrences), the pattern parseInt(String(req.params[ id ]), 10) is used. The String() wrapper is redundant since req.params values are already strings. Problems: ...
gssoc
type:bug

In \client/src/module/student/signals/signals-api.ts:100, \ riggerIngest\ has a declared return type but bypasses it with \s never. If the API response shape changes, TS will not catch the mismatch. Fix: ...
gssoc
type:bug

We identified low UI/UX and accessibility scores (overall 47/100) on our user and business portals. This issue tracks the following changes: - Configure global accessible focus styles in index.css. ...

Description Across all server controllers, the pattern parseInt(String(req.params[ id ]), 10) is used 100+ times. The String() wrapper is redundant because eq.params values are already strings. ypescript ...
gssoc
type:bug

Description In server/src/module/interview-experience/interview-experience.controller.ts, side-effect async operations use .catch() that only logs to console. Line 112: ypescript badgeService.checkAndAwardBadges(req.user.id, ...
gssoc
type:bug
type:design
type:feature
type:refactor

Description In client/src/hooks/useBookmarks.ts:98-127, both ddMutation and deleteMutation handle errors by rolling back optimistic updates but never inform the user. ypescript const addMutation = useMutation({ ...
gssoc
type:bug
type:feature

Description In client/src/components/ReadingProgressBar.tsx:8-23, the requestAnimationFrame pattern cancels the previous frame on each scroll event. ` ypescript let frame = 0; const updateProgress = ...
gssoc
type:bug
type:docs
type:feature
type:performance

Description In client/src/components/ImageCropModal.tsx:46-55, when getCroppedImg fails, the error is caught but only saving state is reset - no error message or toast is shown. ypescript const handleConfirm ...
gssoc
type:bug
type:feature
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.