issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript linked:pr
Filter by
1.7M results
문제(비개발자가 막히는 지점)
비개발자는 /ait new 직후 출력되는 Step 6 다음 단계 블록을 유일한 지도로 삼는다. 그 블록은 setup-bundle → register → deploy만 인쇄하고 /ait design(등록 이미지
자산)과 /ait deploy-key(배포 인증 전제)를 모두 빠뜨린다. 그래서 /ait register에서 ./assets/ ...
roadmap
The state should not be initiated in useeffect to prevent UI Flicker Wasted Renders. This will improve performance.
문제(비개발자가 막히는 지점)
비개발자는 Node나 pnpm이 설치돼 있지 않을 가능성이 매우 높다. /ait new app-name 을 실행하면 skill이 사전 검사 없이 Step 5에서 곧장 pnpm install을 돌리는데, pnpm이
없으면 command not found, Node가 낮으면 빌드 오류가 raw 셸 출력으로 튀어나온다. 비개발자는 ...
roadmap
Currently it uses Date.now().toString() change it to GUID or UUID
Website URL
www.brickstickershop.com
What browser are u using?
Firefox 152.0
Version
1.1.9
Notes
The cookie pop-up is not hidden; instead only the choices are hidden.
V1.1.9
Website request
Root cause (operator-reported: 3 dev merge-conflicts in a row)
SyncService.runFullSync s persist block (ai/services/github-workflow/SyncService.mjs ~211-218):
git commit --no-verify -m chore: ticket ...
ai
architecture
bug
vite.config.js line 116 sets chunkSizeWarningLimit to 1500KB:
chunkSizeWarningLimit: 1500,
The Vite default is 500KB. This 3x threshold means large chunks pass unnoticed in builds, degrading user experience. ...
src/utils/csrfToken.js line 21 defaults to warning mode:
return warning ;
In warning mode, mutating requests without CSRF tokens proceed with only a console warning. This means CSRF protection
is effectively ...
src/Pages/EventRecommendation/EventRecommendation.jsx has 3 .map() calls using key={index} (lines 416, 483, 528) even
though each event object has a stable event.id field.
Using array index as key prevents ...
A real Sentry DSN is hardcoded in src/index.jsx line 20:
Sentry.init({ dsn: https://0f5776d794dcf89120ca6b00a5923f93@o4511372299075584.ingest.de.sentry.io/4511556614946896 , });
This leaks infrastructure ...
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.