pullrequests Search Results · language:Dune language:Python language:JavaScript language:PHP language:C# language:JavaScript
Filter by
177M results
The /concierge route worked, but was unreachable in practice: its only link lived on the public portal, and logged-in
users are redirected from the portal straight to the dashboard. Added a Concierge link ...
Round 2 feedback, with the missing-about mystery solved for real:
Why entities never appeared (two stacked root causes, both fixed)
1. WordPress 7.0 bundles the PHP AI Client in core (wp-includes/php-ai-client, ...
Follow-up to #291, caught by the LIVE verification (13/15 checks passed; these two 500d):
The live SQL unique indexes still cover soft-deleted rows — the InMemory test provider does not enforce them, ...
Bumps VERSION after a dependency update was merged into main.
Summary
Adds --workers (default 4, --workers 1 for serial) to the eval runner via ThreadPoolExecutor. Sessions are independent
subprocesses blocked on the API, so threading cuts the 60-query suite from ...
Summary
- Pin starlette =0.40.0, 1.2 in pyproject.toml and requirements.txt
- Fixes FastAPI/Starlette mismatch on mismatched system Python installs
Test plan
- [ ] CI pytest green
Made with Cursor ...
Summary
- Replaces two hardcoded 1e-10 on-wall comparison literals in geometry/boundary/ghost.py with ONWALL_TOL imported from
geometry/boundary/tolerances.py, completing the #1101 tail
- compute_normal_from_bounds: ...
area: geometry
priority: medium
size: small
type: refactor