Matthew Moulton

Results 4 issues of Matthew Moulton

In recent version of Python, the bufsize arg in Popen calls triggers a warning. Previously, the argument was simply ignored. Also, fix install arg error. True was passed as an...

### Description of the Issue Issue [#2215](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2215) was closed even though the problem persists. I am opening this new issue in its stead. In the issue, there are two closely-related...

I was reading through the chapter on Storage Classes (https://github.com/KhronosGroup/SPIRV-Guide/blob/main/chapters/storage_class.md), and I have questions about `Uniform` vs `UniformConstant`. Specifically, the chapter claims that: > `Uniform` is read-only but I haven't...

AABB stands for Axis-Aligned Bounding Box. In one of the ray tracing flag enumerations, it is pluralized as AABBs. This confused the shouty snake case generation. There was already a...