Skip to content

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

Filter by

86.4M results  (2 s)

86.4M 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

Force-propagated from template-repo#159 (merged). Fixes the 6s+hybrid false-DOWN that hard-blocks edits. Measured on host: naive ~14-18s, hybrid ~40s. Refs ws-ops#128, agent-factory#291. Generated with ...

Summary - Clarify that physics formulas are only examples of a broader structured-expression blank pattern. - Replace math/physics-specific wording with structured expression slots. - List examples ...

Summary Closes the v44 wedge (107% CPU, 73 min 40 min cap, the in-process watchdog never fired) and generalizes Slice 48 fleet-wide. All three runbook targets were corrected after verifying the real code ...

Corrigindo o branch errado feito na main

Motivation - The balls/strikes/outs indicator was drawn as a small circular dot and illuminated ~5 pixels; the intent is to make each indicator a square that lights 9 pixels for a clearer, consistent ...
codex

Summary - prevents QR queue full-update from silently changing Visit.discount_mode / Visit.approval_status when the linked visit already has a paid invoice - preserves the queue entry discount_mode ...
decision:needs-review
decision:needs-tests
domain:contract
domain:queue
domain:realtime
domain:registrar
pr-gate:failed
risk:runtime
source:ai

Problem - The core local pipeline (init - scan - analyze - autotype - export_fl) had unstable config/path contracts. - SAMPLE_BRAIN_LIBRARY_ROOTS could resolve to a raw string instead of a deterministic ...

feature: add docs support Github pages
documentation

무엇을 했는지 markdown-it 이 이미지 ![](경로) 의 src 를 퍼센트 인코딩(한글 → %EA...)한 채로 meta[ src ] 에 저장하던 탓에, (md_dir / src).resolve() 가 디스크의 실제 한글 파일명과 맞지 않아 그림을 찾지 못했습니다. 이를 디코드해 한글 경로 그림을 정상적으로 찾도록 수정합니다. 변경 내용 - ...