pullrequests Search Results · language:Dune language:Python is:merged language:JavaScript language:TypeScript language:JavaScript
Filter by
137M results
Roadmap ticks for otigen #186 (deploy address fallback) and #187 (UX batch 2 + README rewrite).
Pull Request
Overview
!-- Briefly describe the purpose of this PR and the problem it solves -- fixed the pip package
Changes
!-- List the main changes made in this PR --
- .github/workflows
Testing ...
概要
解決 P1 唯一卡在程式的項目:付款失敗/取消的使用者引導。原本 payuni/return 不解密回呼、一律導向 /success,失敗者也看到「購買成功」。
變更
- lib/payuni:新增 parsePayuniCallback(驗 HashInfo + 解密,純函式,不丟例外)+ 單元測試 5 案
- payuni/return:解密回呼判斷 TradeStatus ...
Summary
- Replace 117 identical if/elif wave-specific branches with a single regex loop
- File reduced from 951 to 264 lines (-687 lines, 72% reduction)
- Future wave extensions automatically recognized ...
- chore: Phase 1 縦切りを merge 依頼(CI green 後に squash)
- docs: Phase 1 縦切りの実装状況とデプロイ前提を記録
- feat(spa): 縦切りの SPA 画面と UGC Markdown 描画
- feat(attempt): 挑戦とサーバ採点(1問ずつ即時フィードバック)
- feat(public): 公開タイムラインとクイズ詳細(挑戦ビュー) ...
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
AuthService picks cookie names by transport: over HTTPS the session/companion cookies keep the hardened
__Host-/__Secure- prefixes + Secure flag; over plain HTTP (incl. toiljs dev) it uses unprefixed names ...
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
Improvements
Technical
This PR fixes the feed pagination count mismatch and the 400 Bad Request error when loading more posts. It fetches the
total count from the DB and displays it on the frontend.