pullrequests Search Results · language:Dune language:TypeScript language:PHP language:JavaScript is:unmerged language:JavaScript
Filter by
83.2M results
原因
Vercelプロジェクトの rootDirectory が buta / page-one に設定されているため、ワークフローが cd buta vercel deploy を実行すると、Vercel CLIが buta/buta/
を探して失敗していた。
Error: The provided path ~/work/Card/Card/buta/buta does not exist. ...
Problem
Profile page PageWrapper has max-width: 800px but the home Feed uses max-width: 620px. This made post cards — and images
inside them — render 180px wider on profile pages, looking bulky compared ...
Summary
Wrap each message list item in a memoized component to prevent unnecessary re-renders during streaming when parent state
changes but individual message props haven t changed.
Problem
During ...
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| eslint (source) | 9.39.2 → 10.4.1 | age | confidence |
Release Notes
details summary eslint/eslint ...
Line was offset by 0.5px (left edge at 6rem, dot center at 6rem). Adding translateX(-50%) to the line centers it
at 6rem, matching the dots.
Bumps the tauri group with 7 updates in the /frontend/editor/src-tauri directory:
| Package | From | To |
| --- | --- | --- |
| tauri | 2.10.3 | 2.11.2 |
| tauri-plugin-fs | 2.5.0 | 2.5.1 |
| tauri-plugin-dialog ...
dependencies
rust
Summary
- Extract buildHeaders(extra?) private method to replace the auth header setup pattern that was repeated 12 times
across every HTTP method in TributaryServer
- Extract buildPaginatedUrl(basePath, ...