pullrequests Search Results · language:Dune language:Python language:Java language:Java language:JavaScript language:Java
Filter by
181M results
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
| --- | --- | --- | --- | --- |
| renovatebot/pre-commit-hooks | repository | minor | 43.150.0 → 43.212.4 | 43.214.5 ...
dependencies
Summary
- add a bounded Lane 28 Phase 3 replay for a six-node list/hlist mirror-splice route
- reorder one - two - three - four - five - six into six - one - five - two - four - three
- prove forward ...
Summary
This PR enhances duplicate detection for regulatory rules and ensures archived entities are properly filtered from
active views. It also improves the rule extraction and question generation prompts ...
Lands three ratified Dev Team design docs into docs/design/ (copied + lightly adapted from the design record). Docs-only
— no src/ or test/ changes.
What lands
1. docs/design/state-delivery-contract.md ...
Problem
MessageBag(items={}) uses a mutable default argument, and add()/merge() mutate self.items in place. So any two
MessageBag() created without explicit items share the same dict and leak errors into ...
What does this PR do?
!-- A brief description of the change. --
Why?
!-- What problem does this solve or what feature does it add? Link to an issue if applicable. --
How to test
!-- Steps to verify ...
Optimized the conversion of Polars DataFrames to Python dictionaries in TransactionAnalyzer.get_category_totals. By
replacing the iteration over to_dicts() with a vectorized dict(zip(...)) approach, we ...
What changed
- Added an optional Vite output directory for environment-specific local builds.
- Changed canonical pnpm start to build React into ignored apps/web/.runtime/.
- Updated the web server ...