issues Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:PHP linked:pr
Filter by
5.6M results
Description
In src/utils/activityTracker.js, processInterestQueue() at line 55 discards the entire pending interest queue when any
localStorage write fails:
// src/utils/activityTracker.js, lines 51-57 ...
bug
Description
In src/utils/eventFormValidation.js, validateForm() at line 72 accesses formData.virtualLink.trim() without optional
chaining or a null guard:
// src/utils/eventFormValidation.js, lines 47-49 ...
bug
enhancement
Description
In src/utils/relativeTime.js, getRelativeTime() at line 2 contains a guard clause that rejects all numeric inputs:
// src/utils/relativeTime.js, lines 1-3
export function getRelativeTime(dateInput) ...
enhancement
Descripción
Añadir tests de integración que cubran los casos de error que actualmente no se ejercitan: servicio caído, timeout,
datos vacíos.
Archivos a modificar
| Archivo | Cambio |
| --- | --- | ...
enhancement
testing
Summary
CodeQL still runs on every pull request to main, even when the PR only changes Markdown/content files and does not touch
JavaScript, build scripts, or workflow code.
Why this matters
- burns ...
Descripción
Crear una plantilla para Pull Requests y limpiar las ramas remotas que ya han sido mergeadas para mantener el
repositorio ordenado.
Archivos a crear/modificar
| Archivo | Cambio |
| --- ...
chore
documentation
Problem
createNotification() builds the notification object as:
{ id: `ntf_${Date.now()}`, read: false, ...payload }
Because payload is spread after the service-owned defaults, a client can send id ...
Description
In src/utils/sentiment.js, analyzeSentiment() at line 40 returns scores in increments of 1.5 because each
positive/negative keyword adds or subtracts exactly 1.5 points. The scores are then ...
enhancement
Description
In src/participantDetection.ts, the EXCLUDED_PARTICIPANT_LABELS Set contains capitalized labels like Mute, You, Camera
off, etc. During candidate name parsing, participantNameFromCandidate ...
type:code
type:test
Problème constaté
L IP utilisée par l anti-brute-force PIN est extraite ainsi dans pinActions.ts et savePlayerStats.ts :
const ip = headers().get( x-forwarded-for )?.split( , )[0]?.trim() ?? unknown ...
cleanup
security

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.