Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:PHP is:merged language:HTML language:Python

Filter by

112M results  (2 s)

112M results

Motivation - Fix a bug where marking a thread as read did not clear inbound SMS rows (they have type= sms ) because the UPDATE filtered on type = message , leaving unread counts and nav badges stuck. ...
codex

Closes JS halves of #160 (DifferentialEvolution) and #161 (SimulatedAnnealing). Both Python ports were already scipy-aligned (docstrings cite scipy.optimize.differential_evolution and scipy.optimize.dual_annealing ...

Add the subscribed_event_types() protocol to BaseBehaviour and a per-batch interest cache to _deliver_events_to_behaviours. All behaviours inherit the wildcard default - delivery is byte-identical to before. ...

Merges the changes from the 2.2.x branch into the 3.0.x branch.
merge-up
patch

The mobile app looked production-ready but was still mock-state driven and disconnected from backend capabilities (auth, onboarding, trip state, earnings, notifications). This change establishes a real ...

Validated kundli output against AstroTalk s methodology (Lahiri sidereal, whole-sign houses). Everything aligned except the lunar-node type: the main kundli used the TRUE node (SE_TRUE_NODE) while mainstream ...

Bugs (hit on ThinkPad re-crawl of an already-applied opp) 1. State-machine violation crash. UPSERT did ON CONFLICT ... DO UPDATE SET state= queued ; the V004 trigger rejects applied - queued → CheckViolationError ...

The Dockerfile used a COPY EOF heredoc to write the runtime package.json. Heredocs require BuildKit, and Cloud Build s default gcr.io/cloud-builders/docker builder doesn t enable it — so gcloud run deploy ...

M11 — Workflows Validations (chantier Immobilier, 11/12) Moteur de workflow workflows déjà complet (templates → instances → steps → events, approve/reject, escalade SLA Celery). Audit + branchement, ...

The admin villain edit page had no image field and its route ignored uploads (unlike the admin hero edit, which already supported it). Add a Replace Portrait file input and handle the upload server-side, ...