Skip to content

pullrequests Search Results · language:Dune language:Python language:HTML language:Java language:Python language:Java

Filter by

114M results  (2 s)

114M results

Summary - add a follow-up Supabase migration granting service_role access to operational tables - keep dashboard/browser access controlled by existing RLS policies - fix main integration tests failing ...

Database (the core of the redesign): - Two segregated domains: CONTENT (Program/Unit/Skill, shared when owner_id is NULL, personal when set) and PERSONAL (User/Device/Enrollment/SkillState/ Attempt/Note/NotificationLog), ...

Motivation - Assigned/consumed role hours on the Project Status view must come from the latest OTS snapshot instead of manual/static values. - The UI needs to show per-role OTS deviation values ...
codex

This pull request expands the domain validation logic to recognize special-use top-level domains (TLDs) as valid, in accordance with RFC 6761 and RFC 7686. It also updates the test suite to ensure these ...

What Consumer side of the persisted PROD state (latest/manifest.json): build only what changed and defer the rest to live prod, or zero-copy clone prod into a dev slice. - Makefile — state-pull / build-defer ...

概要 スマホでのBGM途切れと、丘陵が見えない問題を修正しました。 🔊 BGM(モバイル対応) - 原因: BGMが setTimeout の連鎖で鳴っており、モバイルでアプリを切り替える/画面ロックするとバックグラウンドでタイマーが停止し、復帰しても再開しない(加えてiOSは AudioContext が中断される)。 - 対応: - BGMを setTimeout 駆動から描画ループ(requestAnimationFrame)駆動に変更。rAFはタブ復帰で自動的に再開するため、BGMもページのライフサイクルに同期して止まる/戻る。 ...

Comments out path and utokadUppgiftsbeskrivning in config.yaml with explanatory notes that these fields are not used by maskinella regler and can be omitted. Replaces a misleading example value (/regel/maskinell) ...

Summary - Adds idempotent RevenueCat subscription-phase tracking around CustomerInfo updates. - Emits trial_start, trial_converted_to_paid, and trial_expired_unpaid from observed trial funnel transitions. ...

_evaluate_payload searched a combined string of surface text + payload text against _ACCEPTANCE_RE. Since every payload contains keywords like ignore previous and developer mode , the regex always matched ...