Andrew Bradley

Results 546 comments of Andrew Bradley
trafficstars

It's perhaps moot, since you can't exactly do stacked PRs when working with github forks. The problem is, if I want to create stacked PRs for contributing to an OSS...

> Python classes which represent Godot classes need to use inheritance to be able to access parents stuff. The problem is that Python's class definition is order sensitive, i.e. class...

For what it's worth, it may be possible to patch the typescript language features extension, share as a VSIX, and install it in vanilla VSCode installations. It might allow ambitious...

> you would have to follow glm's way, which is calculating the minimum value of each component of the vector. This however isn't exactly trivial to implement. I was imagining...

Ok thanks, I see that the code has switch-case blocks where you check the type of something, then call the correct templated implementation. I think I need to do the...

``` ❯ hyperfine --show-output --runs 5 --parameter-list impl py,glm 'python ./test_min_{impl}.py' Benchmark #1: python ./test_min_py.py Time (mean ± σ): 10.412 s ± 0.158 s [User: 10.408 s, System: 0.004 s]...

This'll need a lot more macro work to support all possible data types that you can store in a pyglm array, but I have it prototyped for arrays of floats...

If I wanted to add a dedicated routine, where would I start? On Sun, Feb 26, 2023, 4:03 AM Zuzu-Typ ***@***.***> wrote: > The reason why min and max are...

On the linked issue, I have posted a brief explanation of why ts-node does not always short-circuit despite appearing like it does, and why its resolver needs to come last...