pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:Python language:HTML
Filter by
175M results
Automated test pull request
Summary
- pino 9 → 10
- peggy 4 → 5
- @duckdb/node-api 1.4.0-r.2 → 1.5.3-r.3
All 68 unit tests pass against the updated packages.
Skipped
tree-sitter 0.21 → 0.25 is blocked by a native gyp build ...
Summary
- Added docs/step-00-get-started.md — installation (pip / uv), repo structure, tutorial table of contents with
horizontal breadcrumb nav and logo
- Added docs/step-01-action-and-pipeline.md ...
Cambios
1. Ajuste de número de habitaciones por tamaño
- Antes: numRooms = max(3, min(10, size + 1))
- Ahora: numRooms = randInt(rng, size - 2, size - 1)
- Para 4×4: 2-3 habitaciones
- Para 5×5: ...
Automated test pull request
Summary
- Lockfile integrity check — uv lock --check runs before uv sync in CI; fails fast if pyproject.toml was edited
without re-locking, preventing silent reproducibility drift
- CVE audit ...
Summary
- Extracts a new UniFiAuth class from UniFiClient to hold all authentication concerns: authenticate(),
_verify_api_key(), _login_userpass(), headers(), invalidate(), and auth state (_authenticated, ...