Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:HTML language:Python language:JavaScript language:C#

Filter by

190M results  (2 s)

190M results

Summary Implements two major UX/balance improvements to the colonization system: 1. Quick-path colonization (session 2026-06-15): Users can now assemble a colonial fleet on-the-fly directly from the ...

Codifies the 2026-06-15 prod cut-over droplet edit. The served prod CSP connect-src comes from the HOST/system nginx (/etc/nginx/sites-available/gacp-platform.conf = repo deploy/nginx/gacp-platform.conf), ...

Updates the requirements on telegramify-markdown to permit the latest version. details summary Release notes /summary p em Sourced from a href= https://github.com/sudoskys/telegramify-markdown/releases ...

Problem Unit Contract Tests went red on every new PR (and would fail a main re-run): test_gateway_server.py::TestRouterMounting::test_health_route_exists AttributeError: _IncludedRouter object has ...

Pipelines as Code configuration proposal To start the PipelineRun, add a new comment with content /ok-to-test For more detailed information about running a PipelineRun, please refer to Pipelines as Code ...

Summary Phase affected - [ ] Offline pipeline - [ ] Runtime pipeline - [ ] Both Tests - [ ] Tests added or updated Checklist - [ ] No data files or binary artifacts committed - [ ] rank.py ...

Updated Microsoft.AspNetCore.OpenApi from 10.0.8 to 10.0.9. details summary Release notes /summary Sourced from Microsoft.AspNetCore.OpenApi s releases. No release notes found for this version range. ...
dependencies
.NET

Bumps boto3-stubs from 1.43.28 to 1.43.29. details summary Release notes /summary p em Sourced from a href= https://github.com/youtype/mypy_boto3_builder/releases boto3-stubs s releases /a . /em /p blockquote ...
dependencies
python

Replaces np.sum(current_x * costs) with np.vdot(current_x, costs) to avoid O(N) memory allocations inside the tight Lagrangian iteration loop, speeding up the primal feasibility cost calculation. PR created ...