issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:JavaScript linked:pr
Filter by
4.5M results
While ESLint is configured in the repository, there doesn t appear to be a strict Prettier configuration (.prettierrc)
enforcing things like single/double quotes, trailing commas, and tab widths.
Impact ...
gssoc:approved
mentor:PankajSingh34
There are several instances of hardcoded px values used in inline styles or custom CSS blocks instead of relying on
Tailwind s utility classes (which map to rem).
Impact Hardcoded pixels do not scale ...
gssoc:approved
mentor:PankajSingh34
Context
The live Memory Core repair/defrag work recovered a large shadow corpus but still aborts collection promotion when a
single row remains unrecoverable. Vega flagged this as finding-b from the #14027 ...
ai
architecture
bug
testing
Input fields meant for user details (like emails or usernames in the auth flows) are missing the autocomplete attribute.
Impact Adding autocomplete= email or autocomplete= username allows the user s ...
gssoc:approved
mentor:PankajSingh34
There are multiple clickable buttons and links in the UI that consist solely of an icon (e.g., X/Twitter, LinkedIn links
in the footer, or copy/paste buttons in the arena/practice modules) but lack an ...
gssoc:approved
mentor:PankajSingh34
Many button elements across the React components are missing an explicit type attribute (e.g., type= button ).
Impact According to the HTML5 spec, any button placed inside a form defaults to type= submit ...
gssoc:approved
mentor:PankajSingh34
TCP LB Domains table starts empty (0 items). Added add_item_first flag + made listen_port required. Generator: table
with add_item_first clicks Add Item before filling.
enhancement
There are stray console.log() debugging statements left in production code logic, such as in src/lib/rateLimit/index.js
(e.g., [rateLimit] Redis connection restored...).
Impact Leaving these in clutters ...
gssoc:approved
mentor:PankajSingh34
type:bug
In files like src/app/components/support.jsx, there are interactive anchor tags using href= # .
Impact Clicking an href= # link tells the browser to navigate to an empty hash fragment, which instantly ...
gssoc:approved
mentor:PankajSingh34
Bug
The normal distribution tests assert |sample_mean - 3.0| 0.1 with N=96,000 samples from Normal(3, 10). The standard
error of the mean is 10/√96000 ≈ 0.032, so the threshold of 0.1 is only ~3.1σ — ...
bug

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.