Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:Vue language:CSS

Filter by

41.8M results  (2 s)

41.8M results

Summary PRIMA UOBYQA s canonical BIGLAG/BIGDEN rule picks the point t that maximises `|L_t(x_new)| · ||XPT[t] - XPT[kopt]||^4` where L_t is the t-th Lagrange polynomial — the right geometry criterion ...

Summary First of two PRs addressing the Drive Mode polish list: - Stage export ZIP filename changes from ${safeSlug(tripName)}_day{N}_route{N}_stage{N}.zip (lowercased, number-based) to TripName_DayN_RouteName_StageName.zip ...

Summary Two-layer defense against the zombie Running X · Nh Mm footer chip from #4628. Hits the same class of bug as #4616/#4617/#4619 but covers the case where a TUI session completes cleanly while leaving ...

DriftCheckRequest was defined twice in governance.py. In Python, when a class body defines the same name twice, only the last definition survives — the first is silently discarded. The second (duplicate) ...
bug
Hard
level3
nsoc26

Summary - add a data-backed evidence and business case with competitor GitHub traction, current Relay traction, traction gates, monetization hypotheses, and stop/pivot criteria - add a JSON Schema ...

To address the issue in https://github.com/murdos/musicbrainz-userscripts/pull/786

The flake that blocked #299 and #301 Both polyglot PRs hit an intermittent CI failure in test_consent_dashboard_mode_blocks_until_decided (random matrix leg each time). The CI logs showed the real cause ...

Summary Implements #771: trigram FTS5 index for partial-identifier and error-string search. Changes - migrate.py: code_fts_trigram virtual table (v36) + 3 maintenance triggers (AI/AD/AU) - code-index.py: ...

Problem When using lodash/fp, the native Array.isArray gets polluted by adding a .convert property to it: console.log(Array.isArray.convert) // = undefined require( lodash/fp ) console.log(Array.isArray.convert) ...