pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Python language:Python
Filter by
229M results
What
The mockup page now downloads the rendered preview (garment + artwork) per printed side, in the format a user needs to
re-upload elsewhere:
- PNG (default) - lossless, transparent, accepted everywhere ...
{
schema : spark-compete-hotfix-v1 ,
event : spark-compete-first-event ,
submission_mode : public_repo_pr ,
submission_target_url : https://github.com/vibeforge1111/spark-domain-chip-labs/pull/0 ...
💡 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 ...
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. ...