issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript linked:pr language:JavaScript
Filter by
3.2M results
Bug Description
src/app/profile/page.jsx logs profile form data during save:
- console.log( Saving: , formData)
- console.log( Updated user: , data?.user?.user_metadata)
Profile metadata can include ...
gssoc:approved
mentor:PankajSingh34
type:bug
Make task page layout match that of dashboard
priority.High
type.Task
Summary
Need to list apt dependencies to be added when building a docker image
Problem or Need
Some applications/packages depends on extra non-python packages to be installed. Having a list of dependencies ...
enhancement
Temuan
When regret scan / regret install / regret setup auto-discover clusters on Windows, the generated regrets/manifest.json
writes the file field using OS-native path separators (backslash), e.g.: ...
Bug Description
src/app/profile/page.jsx renders GitHub, LinkedIn, and resume links from user_metadata and falls back to # when the
value is missing. The values are not validated before being used as ...
gssoc:approved
mentor:PankajSingh34
Bug Description
src/app/api/notifications/route.js reads page and limit with parseInt(...) || default and uses them directly in
.range(skip, skip + limit - 1). Negative pages, negative limits, and extremely ...
gssoc:approved
mentor:PankajSingh34
Bug Description
src/app/api/notifications/route.js returns { success: true, updated: count ?? 0 } after a Supabase .update({ read: true
}), but the query does not request a count or returned rows. In ...
gssoc:approved
mentor:PankajSingh34
Bug Description
src/app/api/student-jobs/route.js interpolates the user-provided search value into a Supabase .or() filter string:
title.ilike.${term},company.ilike.${term},location.ilike.${term}
Because ...
gssoc:approved
mentor:PankajSingh34
Make it match that of Dashboard
priority.High
type.Task
Bug Description
src/app/api/student-jobs/route.js parses page and limit directly from query params and uses them to build the Supabase
.range(skip, skip + limit - 1) call. There is no lower bound, upper ...
gssoc:approved
mentor:PankajSingh34

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.