issues Search Results · language:Edge language:Python linked:pr language:TypeScript language:JavaScript language:JavaScript
Filter by
7.9M results
Часть аудита #835/#837.
Закрываемые баги
- [ ] 835#3 (HIGH) Отмена запланированного фото только меняла статус в БД — Telegram всё равно публиковал. Добавлена
transport-обёртка delete_scheduled_messages ...
bug
Description
Session summary includes raw thinking/reasoning blocks in the output. It should only include the final output derived
from that thinking, not the thinking process itself.
Model: Deepseek ...
Problem
Codexy currently stores planner, explorer, debugger, QA, reviewer, and other specialist definitions under
plugins/codexy/agents/roles/*.toml. That validates as internal role metadata, but it is ...
area/agents
area/plugin
priority/high
status/done
type/fix
Summary
In src/hooks/useDocumentTitle.js, document.title is accessed inside useEffect without checking if document is defined.
This crashes in SSR environments.
Changes
Add document guard at the top ...
bug
Summary
In src/hooks/useInstallPrompt.js, window.addEventListener() and window.removeEventListener() are called without checking
if window is defined, crashing in SSR environments.
Changes
Add window ...
bug
Summary
In src/hooks/useMultiSessionRecovery.js, the useEffect calls readMultiSessions(storage, storageKey) but
readMultiSessions is absent from the dependency array, causing ESLint exhaustive-deps warnings ...
Summary
useState(!navigator.onLine) in src/hooks/useOfflineStatus.js uses navigator which is undefined in SSR, causing the
entire hook to fail.
Changes
Guard navigator access:
const [isOffline, setIsOffline] ...
bug
Summary
All functions in src/utils/offlineEventCache.js use localStorage via readJson() and writeJson() helpers without SSR
guards. This crashes any SSR page that accesses event cache data.
Changes
...
bug
Split out from #13 as the foundation for bulk checklist imports.
Scope
Introduce the data-generation tooling that the per-set data PRs depend on:
- tools/import_checklist.py — XLSX-first BaseballCardpedia ...
enhancement

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.