Chad Dombrova

Results 167 comments of Chad Dombrova

Hmmm... you're right. I deleted the .pyi stubs from `PySide2` and then PyCharm just started using its own cached stubs. I could only get PyCharm to use `PySide2-stubs` if I...

I'm trying to understand that as well. In PyCharm there are 3 layers of stubs for PySide2: 1. the pyi files that are distributed with PySide2 itself and get installed...

@instinct-vfx Can you or someone from the Rez group have a look at this, please?

@JeanChristopheMorinPerso > @chadrik You need to sign the CLA before we can even start to look at the PR. I work for Scanline, which is owned by Netflix, and I'm...

CLA is signed!

Any thoughts on this PR?

> I would really love to see a GitHub Actions workflow that would run mypy on all pull requests. Me too! The challenge is that there are still a lot...

@JeanChristopheMorinPerso I used a project called `mypy-baseline` to create a set of ignore patterns that can be filtered out until they're resolved: https://mypy-baseline.orsinium.dev/usage If new errors are introduced they will...

There are about 300 errors, so using inline ignores has the downside of littering the code with type comments. It also means that developers need to be careful to move...

Shall we get this merged?