issues Search Results · language:Dune language:Python language:JavaScript linked:pr language:JavaScript
Filter by
4.4M results
Motivation
GitHub Pages had the latest HTML, but users could still see old UI because the PWA service worker used a cache-first
strategy with a stable cache name.
Scope
- Bump app shell cache to v2 ...
概要
ストア掲載文が日本語のみで、英語圏ユーザーが検索・理解できない。英語の説明文を docs/store-listing.md に追記し、ダッシュボードに反映する。
修正方針
docs/store-listing.md に以下を追記する:
追記内容(日本語セクションの後に追加)
---
## English
### Summary (132 chars max)
Natural beauty, ...
impl:ready
model:sonnet
type:docs
Summary of What Needs to be Done
src/hooks/useFormValidation.js#handleChange() destructures { name, value } = e.target without a null guard. If a
consumer calls handleChange(null) or handleChange({}) ...
bug
Summary of What Needs to be Done
src/utils/eventAvailabilityUtils.mjs#normalizeEventAvailability() always computes spotsLeft = capacity - registeredCount
when capacity !== null, ignoring the API-reported ...
Summary of What Needs to be Done
src/utils/eventTemplateUtils.js#templateNameExists() calls t.name.toLowerCase() without a null check. If a stored
template object has no name field (e.g. partial write, ...
bug
Summary of What Needs to be Done
src/utils/githubProfileCache.js stores every fetched GitHub profile in two module-level Maps (profileCache and
inFlightRequests). The TTL eviction only triggers on access ...
bug
Summary of What Needs to be Done
src/utils/asyncValidators.js#createAsyncValidator() returns a debounced validator that schedules a setTimeout for each
call. There is no cleanup hook, so if the returned ...
bug
Summary of What Needs to be Done
src/utils/dndUtils.js#isDndActive() calls localStorage.getItem directly without a typeof window !== undefined guard.
During SSR (or any Node.js-like environment) the ...
bug
Summary of What Needs to be Done
src/utils/reminderUtils.js#subscribeToReminderChanges() listens to BOTH the custom eventraRemindersChanged event (fired
on every writeReminders) AND the storage event ...
Summary of What Needs to be Done
src/utils/globalErrorHandler.js#isDuplicate() only housekeeps the recentErrors Map when the 51st entry is added. If
errors stop arriving (or arrive slowly with different ...
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.