Skip to content

Make positive input prompt drag resizable. #523

Make positive input prompt drag resizable.

Make positive input prompt drag resizable. #523

Triggered via pull request September 30, 2024 20:56
Status Failure
Total duration 5m 26s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
check: ai_diffusion/ui/widget.py#L445
Cannot access attribute "SizeVerCursor" for class "type[Qt]"   Attribute "SizeVerCursor" is unknown (reportAttributeAccessIssue)
check: ai_diffusion/ui/widget.py#L450
Method "mousePressEvent" overrides class "QWidget" in an incompatible manner   Parameter 2 name mismatch: base parameter is named "a0", override parameter is named "event" (reportIncompatibleMethodOverride)
check: ai_diffusion/ui/widget.py#L451
Cannot access attribute "LeftButton" for class "type[Qt]"   Attribute "LeftButton" is unknown (reportAttributeAccessIssue)
check: ai_diffusion/ui/widget.py#L454
Method "mouseReleaseEvent" overrides class "QWidget" in an incompatible manner   Parameter 2 name mismatch: base parameter is named "a0", override parameter is named "event" (reportIncompatibleMethodOverride)
check: ai_diffusion/ui/widget.py#L457
Method "mouseMoveEvent" overrides class "QWidget" in an incompatible manner   Parameter 2 name mismatch: base parameter is named "a0", override parameter is named "event" (reportIncompatibleMethodOverride)
check: ai_diffusion/ui/widget.py#L460
Cannot access attribute "contentsRect" for class "QObject"   Attribute "contentsRect" is unknown (reportAttributeAccessIssue)
check: ai_diffusion/ui/widget.py#L460
"contentsRect" is not a known attribute of "None" (reportOptionalMemberAccess)
check
7 errors
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/