pullrequests Search Results · language:Dune language:Python language:HTML is:unmerged language:Java
Filter by
37.3M 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
What changed
- Compute transaction_id from immutable source identity: source document content hash plus source_record_index.
- Stop hashing parsed fields like booking date, description, amount, currency, ...
Motivation
- Users need a visible, future-proof count of matching items on media category pages that reflects all active filters
and pagination state.
Description
- Add a _get_page_result_count(media_page) ...
codex
Adds bounded natural claim surface normalization for is/are/every/each/any/no/not forms while preserving typed verifier
proof boundaries.
Release claim:
- Natural claim surfaces normalize into canonical ...
Summary
Fixes the failing CI test on development:
tests/integration/api/test_api.py::TestCheckPoolHealth::test_returns_false_on_exception was asserting True is False.
Root cause: check_pool_health was ...
from_tuples and from_seqs were incorrectly handling context dependant strategies. from_tuples was just calling an unused
enumerate, and from_seqs was slicing the sequences before feeding them to learn_context. ...
Summary
Mirrors the English settings.json precedence fix from #131 into the translated docs. The translations still encoded the
old, incorrect order (User above Project/Local).
Correct order, per official ...