Leo Fang

Results 1175 comments of Leo Fang

Currently v13 pins with `

> Are there examples of projects using pyright for enforcing type checks in CI? I looked at some existing "big" Python projects to see what they were using: I think...

> If we made the `mypy` check "unconditionally" pass, I couldn't figure out if/whether we could actually inspect its output from that result page. Yeah my limited understanding about pre-commit.ci...

btw let's hold off merging until code freeze is lifted (we're still wrapping up v0.2.0). Another question that just occurred to me is: If we add `py.typed` now, but don't...

I expect our path finder is enough for these projects to drop the following code - https://github.com/NVIDIA/nvmath-python/blob/073b168ac0688fa3b84caaa8bb65948bf7db7eae/nvmath/_utils.py#L81-L350 - it has been the intention that cuda-python handles this for nvmath, FWIW...

Another question we need to answer is: In which module (binding or core) should we place the path finder? This seems like a high-level pythonic helper that is suitable for...

(discussed offline, tentatively slate this for beta 3, with the understanding that we might not make it)