issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript is:public language:Java
Filter by
33.3M results
Bug
kdna-studio.js has 20+ for (const x of (A || [])) patterns where the || [] fallback is unreachable if A is a truthy
non-array object ({}). This causes object is not iterable crash.
Why || [] is unreachable ...
Bug
When importFromKdna dispatches to cardsFromLegacyPayload (kdna-studio.js:403-474), two card types are silently dropped
with no warning.
Asymmetry
- importFromFolder handles: axiom, ontology, boundary, ...
Bug
kdna-studio feynman project card-id always fails with Card X has no Feynman restatement for any card.
Root cause
Guard at kdna-studio.js:2289 reads card.feynman_restatement — but NO code path ever ...
strong 페이블 /strong (와)과 관련된 최신 뉴스입니다 br br 美정부, 앤트로픽 b 페이블 /b 5 차단 해제 수순… 미토스5 도 일부 허용 br Sun, 28 Jun 2026 09:37:00
+0900 br blockquote 미국 트럼프 행정부가 안보 우려로 접속을 막았던 앤트로픽의 최상위급 인공지능(AI) 모델 클로드 b 페이블 /b 5... ...
[NewsResult[title=美정부, 앤트로픽 b 페이블 /b 5 차단 해제 수순… 미토스5 도 일부 허용, description=미국 트럼프 행정부가 안보 우려로 접속을 막았던 앤트로픽의 최상위급
인공지능(AI) 모델 클로드 b 페이블 /b 5... 미국 매체 악시오스는 27일(현지시간) 해당 사안에 정통한 소식통을 인용하며 미국 트럼프 행정부가 b 페이블 ...
[NewsResult[title=美정부, 앤트로픽 b 페이블 /b 5 차단 해제 수순… 미토스5 도 일부 허용, description=미국 트럼프 행정부가 안보 우려로 접속을 막았던 앤트로픽의 최상위급
인공지능(AI) 모델 클로드 b 페이블 /b 5... 미국 매체 악시오스는 27일(현지시간) 해당 사안에 정통한 소식통을 인용하며 미국 트럼프 행정부가 b 페이블 ...
무엇
로그인 화면의 Apple 버튼을 웹에서 숨긴다(iOS 네이티브에서만 노출). showApple 게이팅을 platform !== android (iOS+웹) → platform === ios (iOS만) 로 변경.
왜
- 웹 Apple 로그인은 $99 Apple Developer 미결제로 비기능(#873 보류) — 거슬리는 빈 버튼.
- iOS ...
Follow JavaScript naming conventions
Instead of
getthedate()
goforit()
consider
getTheDate()
startClock()
This is the standard camelCase style.
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.