Skip to content

Scene3D

Scene3D #415

Triggered via pull request February 4, 2025 17:18
@mhuebertmhuebert
synchronize #41
huebert/3d
Status Failure
Total duration 1m 26s
Artifacts

pyright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
pyright: docs/examples/pixels.py#L83
Argument of type "JSCode" cannot be assigned to parameter "fps" of type "int | str | None" in function "Slider"   Type "JSCode" cannot be assigned to type "int | str | None"     "JSCode" is incompatible with "int"     "JSCode" is incompatible with "str"     "JSCode" is incompatible with "None" (reportArgumentType)
pyright: docs/interactivity/tail.py#L22
Argument of type "Literal[False]" cannot be assigned to parameter "controls" of type "List[str] | None" in function "Slider"   Type "Literal[False]" cannot be assigned to type "List[str] | None"     "Literal[False]" is incompatible with "List[str]"     "Literal[False]" is incompatible with "None" (reportArgumentType)
pyright
2 errors