Ashley Whetter

Results 33 issues of Ashley Whetter

## Description This change is a proof of concept implementation that allows C++ enums to be exposed as `enum.Enum` objects on the Python side. I've decided to make this change...

When using PySide6 or PyQt6, `QtGui.QPalette.Foreground` does not exist. This is because `Foreground` was removed in Qt6. However the type stubs say that it does exist, because they're based on...

### Steps to reproduce 1. Create an **init**.py file with `from .send import send`. 2. Create a send.py file with the definition of a method called `send`. 3. Lint the...

Enhancement ✨
Help wanted 🙏
Hacktoberfest
Needs PR