Skip to content

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

Filter by

208M results  (2 s)

208M results

💡 What: Replaced time.sleep(10) and time.sleep(1) with self._stop_event.wait(timeout) inside the ConnectionThread.run connection loop and disconnected idle checks. 🎯 Why: Using time.sleep() blocks the ...

Summary - Fixes fatal gateway startup failure: GatewayPermissionCatalog.CATALOG_VERSION was 6 while PermissionCode had reached 7 (now 8), causing PermissionVersionStartupCheck to throw IllegalStateException ...

Automated Runner task from issue #831.

Summary - Nothing ran the tests or install-tested a wheel in CI before this — which is how the typer-vendored-click bug reached a release. This adds a clean-install smoke that reproduces a plain ...

What `_trend(delta)` was defined identically inside both `publisher_revenue_trends()` and `advertiser_revenue_trends()` — same thresholds, same logic. Hoisted to module level so one function serves both. ...