pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:JavaScript language:Java is:unmerged
Filter by
89.3M results
Co-authored-by: TC Wang boyw165@gmail.com
Co-authored-by: TC Wang boyw165@gmail.com
Co-authored-by: TC Wang boyw165@gmail.com
Summary
- Added Hello World text to the README
- Fixed missing trailing newline in README file
Changes
- Modified readme.md to include Hello World at the end
- Ensured file has proper trailing ...
Co-authored-by: TC Wang boyw165@gmail.com
Co-authored-by: TC Wang boyw165@gmail.com
Adds a delete (trash) button next to each dropped position in the Voice Map panel. Pins are client-side session state,
so delete removes it from the list and the map marker. tsc clean, build green (45 ...
Summary
- refresh every active assigned board task, including tasks that already have steps
- ask familiars for full task metadata: steps, status, lifecycle, priority, needsHuman, lifecycleReason ...
概要
ユーザー指摘:「今のサンプル画像が左右非対称で見栄え悪い 切り取り方変えて」
原因
.sample-item img の clip-path: inset(0 12% 0 0) で 右辺全体を12%カット していたため、画像内の人物が左寄りに見えて非対称な印象になっていた。
修正
clip-path: polygon(...) で 右下隅(横10% × 縦6%)の透かし領域だけを切り欠く ...
Ledger only supports V4 EIP-712 typed data. When a dApp requested a V3 (or V1) signature, the keyring threw Ledger: Only
version 4 of typed data signing is supported , which the error parser did not recognize ...