issues Search Results · language:Dune language:TypeScript language:HTML language:JavaScript language:Java
Filter by
55.3M results
Several components appear orphaned or only referenced in commented code:
- app/[lang]/components/locale-switcher.tsx — uses usePathname without use client; not rendered anywhere.
- app/[lang]/components/copy-to-clipboard.tsx ...
enhancement
Two config issues:
- tsconfig.json target: es5 — outdated for Next 16 / React 19; bloats output and blocks modern syntax. Use ES2017+
(Next default esnext/ES2022).
- package.json: react-dom@^19 ...
enhancement
TypeScript safety is largely defeated:
- useDictionary() as any in cv-header, phone, professional-experience, areas-of-expertise, education.
- DictionaryProvider types dictionary: any; context created ...
enhancement
Thanks for a great plugin. I could not get any of the other Tuya plug-ins working and this one works straight away.
There is one small issue I ve found. I don t know if this is a home bridge issue or ...
In dictionaries/ru.json several jobs leave month names in English while the rest are Russian:
- Mobinetix: October, May
- Infolink: August
- Mobil Telekom: January, June
Fix: translate to Russian ...
bug
Several user-facing strings bypass the dictionary, so the Russian site shows English:
- profile-summary.tsx — entire summary paragraph hardcoded in English (RU resume shows English text).
- education.tsx ...
bug
app/button-with-redirect-to-locale.tsx:
const redirectTo = (locale: string) = { } // empty body
button onClick={() = redirectTo( en )} EN /button // hardcoded en , ignores prop
redirectTo does ...
bug
Chest Tracker (Unofficial port) 2.8.2+1.21.5 and Litematica 1.21.5-0.22.4 (which are the current versions for 1.21.5).
Currently incompatible and crashes upon launch. Crash Summary Game crashes during ...
Need to change from local storage to a reliable database that can be maintained and reliable and secure in storing the
data information seeded to the database.
(e.g., AWS, Supabase, NEON, Prisma, PostgreSQL, ...
bug
enhancement
Mismatched Tailwind setup:
- package.json: tailwindcss@^4.3.0 and @types/tailwindcss@^3.1.0 (the @types package is obsolete for v4).
- postcss.config.mjs uses { tailwindcss: {} } — v4 requires the ...
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.