pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:TypeScript
Filter by
43.5M results
Summary
- Reinforce the mobile/tablet sidebar closed state with and a delayed visibility transition.
- Keep the opened sidebar visible and above the overlay while preserving the existing off-canvas ...
Motivation
- Improve learner feedback by explaining why non-selected choices are incorrect for core quiz items to increase
educational value.
- Make answers more self-contained so readers can ...
codex
概要 / Overview
RunPod で全自動処理した既存プロジェクトの data.md/data.json
に日本語訳が無い問題(翻訳がコールドスタートでタイムアウトし英語のみ保存されていた)に対し、動画DL・字幕取得・発音アノテーションをやり直さずに「日本語訳だけ」後から補完できる再翻訳機能を追加しました。
主な機能
- 🌐訳 ボタン(保存済みプロジェクト一覧の各行):選択中のプロバイダで既存 ...
変更内容
fix: 複数航路(z2-routes-data)対応
- プレビューモーダルの条件セクションで、航路が2件以上の場合に z2-routes-data JSON を読んで全航路を表示
- cloudSaveCurrent の列昇格処理も同様に複数航路に対応
feat: 類似見積プレビューから行選択・インポート
- 類似見積パネルのカードクリック → cloudPreviewPreset ...
feat: add frame verification module
- Introduced FrameVerification component for reviewing saved classroom screenshots.
- Updated AMSDashboard to include a new ActionCard for Frame Verification.
...
What
- Add effective date support for transaction posting and historical reads.
- Recalculate affected balance snapshots when a backdated transaction is posted.
- Add an all-or-nothing bulk posting ...
💡 What: Replaced inline fallback arrays (|| []) inside useSelector hooks with a stable EMPTY_ARRAY constant defined
outside the component/hook. 🎯 Why: Returning a new array literal ([]) directly from useSelector ...
Devfix migration
Onocoy, Helium, and io.net reports + score sync
Three more analytical reports on /reports, each scored on the six-dimension framework. These reports revise the
canonical scores, so projects.seed builderScore ...
Root cause (post-mortem)
Three days of SQLITE_READONLY on Google login traced to a single stale config:
DATABASE_URL=file:/opt/crontech/data/crontech.db — the old server name from before the Vapron rename. ...