Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:PHP language:Java language:C#

Filter by

209M results  (2 s)

209M results

💡 What: Configured defaultReturnValue for FastUtil primitive maps (like Long2ByteOpenHashMap and Reference2IntOpenHashMap) and swapped getOrDefault calls to .get() / .getInt(). Also swapped a getOrDefault ...

What A reusable composite GitHub Action (.github/actions/rift-drift-check) wraps rift compare so a PR can be gated on model drift: - uses: shahcolate/rift/.github/actions/rift-drift-check@v1.0.0 with: ...

Closes #95 What Routes every external call through ApiGatekeeper.execute and adds a test asserting no bypass path exists. - Model calls already route through execute(service= anthropic ) (engine turn.py/_call.py, ...

Summary Replaces the hand-written flask-restx documentation layer (documented only 2 of 21 blueprints) with an apispec + Pydantic generator that walks Flask s url_map and auto-documents all 108 route ...

Summary - Add LazyBuiltins policy: MCJIT embed mode skips eager loadJitCompileModuleFuncs (~363 ext/standard functions) and lowers each registered module function on first resolveFunctionProxy reference ...

Purpose Fixes #2878. CsvParser emitted one Page per CSV row. For a CSV with thousands of rows this creates thousands of Page objects that are all held in memory (the cloud ingestion document_extractor ...

Closes #19. Finding.references accepted any string and the detail template rendered each entry straight into a href. Django autoescape on attributes does not block the javascript: scheme, so a reference ...

This PR updates the system prompt, FAQs, products catalog, and n8n workflow settings to align with ORE Oregano live instance details, and adds the CONTEXT.md domain vocabulary.

Phase 3A improves question image behavior. Changes: - Removed misleading decorative/default question sign illustrations. - QuestionCard now renders an image only when question.image exists. - Added ...