Skip to content

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

Filter by

151M results  (2 s)

151M results

picture source media= (prefers-color-scheme: dark) srcset= https://static.trunk.io/assets/merge_test_pr_banner_dark.svg source media= (prefers-color-scheme: light) srcset= https://static.trunk.io/assets/merge_test_pr_banner_light.svg ...

TM-354 — iOS Simulator golden-path smoke + screenshot evidence The iOS automated-test gate: an agent-run golden-path smoke that drives the app on a booted iOS Simulator via the TM-353 lane (test-suite.yml ...

Summary

Automated changes by create-pull-request GitHub action
size/XS

Summary Closes #632 Two dev-tooling fixes (no runtime/user-facing surface): - Pin pyright to exact ==1.1.411 in setup.py s dev extra. CI installs the dev extra and runs pyright, so the open =1.1.380 ...

Summary Critical fix: optimistic locking для предотвращения потери данных при одновременном редактировании бланка двумя лаборантами. Использует существующее поле updated_at — не требует миграции. - ...
critical
data-safety
decision:needs-review
domain:contract
domain:notifications
domain:rbac
domain:realtime
lab-module
pr-gate:passed
risk:runtime
ux
workflow

Project Estimator Pro — Version 1.0.0 Official v1.0.0 release. A complete, self-hostable construction-estimating and project cost-control platform (comparable in scope to CostX, Candy, WinEst, Sage Estimating ...

Summary - Add keyboard-operable accessible data panels for the canvas constellation/neural map, Three.js visualiser, and Mnemosyne Labyrinth - Populate those panels from the same node data used ...

Summary by Sourcery Unify ThriftLink’s UI styling around new design tokens and shared components while refactoring data‑fetching screens to use the common fetching/error pattern and route constants. ...

def outer(): ... def inner(): pass ... return inner ... outer().__qualname__ inner # before outer().__qualname__ outer. locals .inner # after