Raphael Hehl
Raphael Hehl
Add ability to pass LaunchOptions directly via ConnectOptions instead of manually constructing JSON headers. The implementation automatically serializes launchOptions to the x-playwright-launch-options header when provided. Motivation / Use case When...
## Breaking change ## Proposed change changelog: https://github.com/uilibs/uiprotect/compare/v7.33.2...v7.33.3 ## Type of change - [x] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New...
## Breaking change ## Proposed change - Replace manual month increment logic with calendar.monthrange() - Simplify _format_duration() using divmod pattern - Normalize _get_month_start_end() to use second=0 - Fix month iteration...
This Pull Request incorporates the devcontainer configuration from ludeeus/integration_blueprint and adds a launch task for starting in debug mode.