Skip to content

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

Filter by

183M results  (2 s)

183M results

Summary This is a substantial refactor that transforms SupoClip from a prototype into a production-ready application. The changes span backend architecture improvements, frontend feature additions, comprehensive ...

Summary - Refactors hello.py to define greet(name: str = world ) - str returning f hello {name} , with a __main__ guard that calls print(greet()) - Preserves existing CLI behavior: python hello.py ...

!-- CURSOR_AGENT_PR_BODY_BEGIN -- Summary Fixes paid bill cards so a paid current cycle cannot fall through to overdue due-date text, including stale cycle data in grouped bills. - Advances paid bill ...

Fixes #2362. This PR fixes an issue where shared Pandas schema components could be unintentionally modified during DataFrame validation. It ensures that column-level coerce=True settings are preserved ...

Phase 5 (parts a + b) — sales-led model + client portal Builds out the Stripe-free, paid-only, sales-led model and the tenant-facing client portal. No payment gateway in v1: payments are recorded manually ...

Summary Adds the ability to deploy this app to DigitalOcean (Droplet + Spaces) without disturbing the existing AWS (EC2 + S3) path. Fully additive — docker-compose.prod.yml (AWS) is untouched; this adds ...

This PR updates scipy from 1.17.1 to 1.18.0. details summary Changelog /summary 1.18.0 many new features, numerous bug-fixes, improved test coverage and better documentation. There have been a number ...

Summary Fixes the High-severity defect from the assistant bug hunt, #2140. ChatMessageHandler.handle_outbound (campaign/operator outbound path) handled its memory prerecord differently from the inbound ...

- Add contact_manager.py for managing contact in a file - Add csv_reader.py for reading and processing CSV files - Add sample.csv as a sample dataset