issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript language:HTML
Filter by
2.2M results
Summary
Clicking a clickable .html path in the terminal can open the wrong path, and the HTML preview then shows * The system
cannot find the path specified. (os error 3) *. This happens when the printed ...
Source: usernode admin (evan)
For true pointer lock to work inside the app, the Usernode shell that embeds your app in an iframe has to delegate the
permission. Specifically:
Add allow= pointer-lock ...
usernode
概要
現状の btoa(encodeURIComponent(...)) は日本語で非効率。lz-string を導入して共有URLを短縮する。
やること
- lz-string パッケージを追加
- getShareUrl() と parseSharedHash() のエンコード・デコードを lz-string に置き換え
- 後方互換は不要(旧フォーマットは切り捨て)
対象ファイル ...
Summary
Repo-loop workflows can declare inputs such as the Data Machine bundle source, flow, and wait_for_completion, but the
WordPress/WP Codebox dispatch path needs an explicit bridge proving those ...
概要
URLが際限なく伸びるのを防ぐため、入力に上限を設ける。
やること
- 1アイテムの文字数上限: 50文字
- アイテム数の上限: 50件
- 上限に達したら入力UIでフィードバックを表示する
対象ファイル
- src/hooks/useTodos.js — add() にバリデーション追加
- src/components/TodoInput.jsx — 文字数カウンター・上限時のUI ...
概要
LINEなどでURLを貼ったときにリンクカードが表示されるよう、静的OGPメタタグを追加する。
やること
- og:title / og:description / og:type を追加
- og:image 用にシンプルなOGP画像を用意する(またはプレースホルダー)
対象ファイル
- index.html
備考
SPAのためリスト内容を動的に反映することはできない。アプリ全体の固定OGPとして設定する。 ...
@claude
The tailor service type selector on the tailor listing/application page is missing an All option. Add it as the default
first option.
CHANGE REQUIRED
Find the service type / specialism selector ...
Context
The shared Playwright e2e fixture neuralLink.connectToApp(appName) (test/playwright/fixtures.mjs) fails for a CHILD app
running under a shared SharedWorker, blocking whitebox e2es that drive create_component ...
ai
architecture
enhancement
testing
📕 설명
작업에 대한 간단한 설명을 작성해주세요. OAuth 로그인 성공 시 이메일 로그인과 달리 toast가 표시되지 않는 문제 수정
✅ 할 일
기능을 구현하기 위해 해야 할 일을 구체적으로 작성해주세요
- [x] OAuth 로그인 성공 시 toast 적용
강정민
🛠️fix
@claude
Remove all copyright © and trademark ™ symbols from the site. These are not legally accurate and should not be
displayed.
CHANGE REQUIRED
Search the entire codebase for:
- © (copyright symbol) ...

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.