Andrii Hrimov

Results 6 issues of Andrii Hrimov

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

question

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

bug

**Describe the bug** QLabeledRangeSlider (as well as QRangeSlider) does not work properly with parent widget background. Parent background hovers minimal handle and all the bar-range. I've tested with PyQt6.QtWidgets.QSlider, it...

bug

Add `quart.blueprints.Blueprint` type annotation for the `blueprints` property instead of the inherited `flask.sansio.blueprints.Blueprint` type. fixes #404 With a given MRE: ```python from quart import Quart from quart.blueprints import Blueprint app...

When using Quart's Blueprint, mypy doesn't recognize its inheritance from `flask.sansio.blueprints.Blueprint`. This causes type errors when accessing blueprints through `app.blueprints`, which returns the Flask Blueprint type. ## Environment - Python...

* Issue: gh-133315 ---- 📚 Documentation preview 📚: https://cpython-previews--143307.org.readthedocs.build/

docs
awaiting review
skip news