Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:HTML language:Java language:Java

Filter by

39.9M results  (767 ms)

39.9M results

Only flashcards and sources survive a page reload — the currently loaded video and subtitles are lost on refresh (state.subtitles is not persisted). Fix: Persist the current media reference + parsed subtitles ...
enhancement

Session cookies are stored unencrypted in data/cookies.txt (server/cookies.mjs). This is acceptable for a local-only tool but the sensitivity should be documented (and the file is correctly gitignored). ...
documentation
good first issue

📋 Descrição Atividades práticas complementares do Módulo 2 — Modificadores de Acesso e Encapsulamento. O objetivo é reforçar na prática os conceitos de modificadores de acesso (public e private), import, ...
enhancement

server/static.mjs guards with filePath.startsWith(publicDir), which also matches a sibling directory such as public-evil/. Fix: Use path.relative(publicDir, filePath) and reject results that are empty, ...
bug
good first issue

Tab organize favorite tab or start AI save conversions or prompts/chats

rejectPrivateHost in server/util.mjs resolves DNS and checks for private addresses, but yt-dlp later resolves the host independently. A rebinding host can pass the check and then resolve to a private address. ...
bug

server/translate.py uses max_length=512 and max_new_tokens=256 per line. Very long subtitle lines are silently truncated, losing the tail of the translation. Fix: Chunk long lines, or raise/limit-handle ...
bug

A single import currently makes four separate yt-dlp calls — getMediaTitle, downloadVideo, getExistingSubtitle, downloadAudio — each re-resolving the page. This adds latency and rate-limit risk. Fix: ...
enhancement

New TODO.md file detected. Path: agents/product-research-agent/TODO.md
todo

transcribeWithWhisper in server/import.mjs runs Whisper once to auto-detect the language, then again with a Traditional-Chinese initial prompt — doubling the slowest step for Chinese content. Fix: Detect ...
enhancement
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.