pullrequests Search Results · language:Dune language:JavaScript language:Java language:Python language:HTML language:JavaScript
Filter by
211M results
Summary
Full backtest run for the two deployed trailing strategies — VCT5 (Victor sleeve) and T160 (self-scalper sleeve) —
across all five eras (R4 Jun-2026, R4 Jan-2026, R3 2025, R2 2024, R1 2021-2023). ...
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
Problem
The server crashes immediately on startup with Error: Cannot find module ./config/db because server.js line 5
references ./config/db, which does not exist — there is no config/ directory in the ...
Summary
OMN-13715: OCC contract and DoD receipts for fix wiring --scope into runtime_sweep skill_mapping.yaml.
Evidence-Ticket: OMN-13715 Evidence-Source: OmniNode-ai/omnibase_infra#2144
Changes
...
🤖 AI-Powered Solution Draft
This pull request is being automatically generated to solve issue #55.
📋 Issue Reference
Fixes #55
🚧 Status
Work in Progress - The AI assistant is currently analyzing and ...
Problem
extract_outline (in backend/packages/harness/deerflow/utils/file_conversion.py) appended the { truncated : True}
sentinel as soon as len(outline) = MAX_OUTLINE_ENTRIES — i.e. right after collecting ...
- Add openhtmltopdf-pdfbox + Thymeleaf to pom.xml for HTML-to-PDF rendering
- DocumentFile entity + repo maps to existing invoicing.document_file table
- InvoicePdfService: renders Thymeleaf template ...
Audit every Markdown doc against the actual code under src/, scripts/, and .github/workflows/ and fix anything stale,
wrong, or missing. Where code and a doc disagreed, the code wins. Docs only — no code ...
Summary
The length_penalty in LLMJudge.score was dead code: no caller ever passed the artifact_size/max_size it needs, so it was
always 0.0 and docked nothing. Length pressure is handled deliberately ...