pullrequests Search Results · language:Dune language:Python language:HTML language:Go language:TypeScript
Filter by
181M results
Competitive features + warm-start, caching, real-progress streaming
Text content type had no way to write or save body text. Creators saw a file upload dropzone (PDF/TXT/MD) instead of a
writing interface.
- migrate.ts: ADD COLUMN content_body TEXT NOT NULL DEFAULT ...
Summary
- Replace spread-based workspace cleanup result aggregation with iterative append logic.
- Cover generated-size cleanup candidate batches so scans do not hit JavaScript argument limits.
Validation ...
risk:low
💡 What: Replaced Array.from(new Set()) with an inline .includes() check in buildStyle. 🎯 Why: To avoid unnecessary
object allocation overhead when deduplicating bounded small arrays. 📊 Impact: Improves ...
문제
설정 메인 페이지 하단 배너 광고가 가로 중앙이 아니라 왼쪽으로 쏠려 보임. ( 그전엔 가운데 잘 나왔다 = 회귀)
원인 진단
- 설정 메인 배너는 고정 크기 LARGE_BANNER(320×100) 사용.
- @capacitor-community/admob 플러그인은 고정 배너를 좌우 동일 여백 (defaultWidthPixels - adWidth) ...
Summary Concise summary of all changes in these commits.
Test Plan How is this PR tested? What was the test plan? The more details, the better!
Issue(s) Any issues that are linked to this PR. You can ...
This PR has been triggered in an effort to close out the migration for poppler2411.
IMPORTANT: If you close this PR, the bot will presume that the feedstock has been rebuilt with this update and WILL ...
Description
Currently if PORT isn t specified container is attaching to a random port. Also if host isn t the loopback interface
host can t reach container.
Also as long as documentation isn t using ...