pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:CSS language:HTML language:CSS
Filter by
210M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
One fix, landed after PR #87 was merged.
iMessage shares now render the rich preview card
The OG share card (themed /api/og image with the names, date, and cover photo) was never showing in ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
- Replace the registry-username placeholder with the actual username tiny in the Docker and Podman login commands on
the AI on-premises getting started page.
- Update the surrounding guidance ...
変更概要
1. バッジフィルター(ループ防止 2パス構造)
問題
バッジ(🐙タコだし/💀死に台順位)はフィルター後のデータで機種内順位を計算します。 そのためバッジ値でフィルターをかけると:
フィルター → バッジ計算 → バッジでフィルター → バッジ再計算 → …∞
の無限ループが発生する懸念がありました。
解決策: filterAndRender を 2パス構造 に変更
| パス ...
Summary
- expand certificate extraction schema/JSON to preserve business identity, product codes, registration rows, key-value
fields, and evidence lines
- fix stored /tmp/uploads path normalization ...
Summary
- SetReviewCycleStatus.run() now validates current status before allowing transitions: open requires draft, close
requires open
- Invalid transitions return { reason: invalid_transition ...