Danny Goodall

Results 2 comments of Danny Goodall

Can I put in a request that these C extensions are evaluated and perhaps incorporated? I love the code style improvements Bunch provides - especially when dealing with JSON-like structures....

I *think* I might be seeing the same issue in `abs()`. In a `Vector` class with attributes of `x`,`y` and `z` that are type hinted as `Union[int,float]`... ```Python class BaseVector(NamedTuple):...