issues Search Results · language:Dune language:JavaScript language:JavaScript language:HTML language:JavaScript linked:pr
Filter by
2.3M results
Summary of What Needs to be Done: src/utils/auth.js exports a single getToken function that extracts the Supabase
access_token from the current session. It is used by other parts of the app to authorize ...
gssoc:approved
mentor:PankajSingh34
Summary of What Needs to be Done: src/lib/persistence.js exports a PersistenceManager class with mergeProgress and
mergeBookmarks — two pure, side-effect-free functions that resolve conflicts between local ...
gssoc:approved
mentor:PankajSingh34
Summary of What Needs to be Done: src/lib/auth.js exposes two pure validation helpers — isValidSupabaseUrl and
isValidKey — that sanitize and validate Supabase environment variables before Supabase client ...
gssoc:approved
mentor:PankajSingh34
Summary of What Needs to be Done: The arena-socket-server/index.js defines a BoundedMap class that implements a
fixed-size LRU-style cache using a Map. It supports get, set, delete, entries, and size. ...
gssoc:approved
mentor:PankajSingh34
Problem
_searchObjectList builds its key list from FuseIndex.keys, which holds the raw user-specified weights. KeyStore
normalises those weights (so they sum to 1), but _searchObjectList never consults ...
Summary
Most AI actions repeatedly define:
- untrustedData
- outputRules
- system prompt
- user prompt
using similar object structures.
Suggested Refactor
Introduce a shared prompt configuration ...
ai
backend
enhancement
frontend
help wanted
level:advanced
type:design
type:devops
type:refactor
Problem description
Virtual Memory and Paging are core Operating System concepts. Understanding how a CPU translates a Virtual Address to a
Physical RAM Address, triggering Page Faults and swapping memory ...
feature-request
Hard
SSoC26
Describe the bug
isRgbColor rejects valid CSS rgba() colors where the alpha value has more than 2 decimal digits, or where alpha is 1.00
(a valid number equal to 1).
Examples
const validator = require( ...
Summary
Nearly every AI action follows the same sequence:
1. buildSecurePrompt(...)
2. generateGeminiContent(...)
3. parse result
4. save record
Only the schemas and prompts differ.
Suggested Refactor ...
ai
backend
database
enhancement
frontend
help wanted
level:intermediate
type:bug
type:design
type:devops
type:refactor

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.