issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript linked:pr
Filter by
1.7M results
Description
The session store has a Redis-first architecture with an in-memory Map fallback. When Redis is unavailable (line 187:
markRedisOffline() is called), all session operations fall back to the ...
gssoc:approved
mentor:PankajSingh34
Description
When a user joins a private collaboration session that has a legacy password hash (SHA-256 → needs migration to bcrypt),
joinCollaborationSession() performs a non-atomic read-modify-write: ...
gssoc:approved
mentor:PankajSingh34
Description
The Java backend s RateLimitInterceptor extracts the client IP for rate limiting at RateLimitInterceptor.java:40-49:
private String extractClientIp(HttpServletRequest request) {
String ...
gssoc:approved
mentor:PankajSingh34
Goal
Classify the broad imported-but-unsupported WASIX buckets from the audited Bash/coreutils WebC artifacts and implement
only the browser-appropriate behavior needed by the first smoke.
Why
Issue ...
Goal
Implement the grouped WASIX process/catalog behavior needed for Bash to invoke packaged coreutils commands in the
browser.
Why
Issue #193 found the audited Bash/coreutils atoms import process-related ...
Goal
Implement the small TTY behavior Bash needs for non-interactive browser execution before deeper interactive terminal
work.
Why
Issue #193 found both audited WebC atoms import:
- wasix_32v1.tty_get ...
Goal
Let the browser WebC/WASIX executor instantiate the audited wasmer/bash@1.0.25 and wasmer/coreutils@1.0.25 atoms by
supplying their non-WASI import-shape requirements.
Why
Issue #193 found only ...
Summary
The Pyodide worker s AST transform (src/shared/pyodide.worker.js) converts every FunctionDef into an AsyncFunctionDef —
including methods defined inside a class. This makes __init__ (and every ...
bug
Python
Summary
`isTokenExpired` in `authService.js` has its comparison operator inverted. The function returns `true` when the token is
still valid and `false` when it has expired — the exact opposite of what ...
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.