Emma Smith

Results 305 comments of Emma Smith

This issue should go to https://github.com/mypyc/mypy_mypyc-wheels. I've opened https://github.com/mypyc/mypy_mypyc-wheels/issues/12

PEP 484 says: > Because typing.Callable does double-duty as a replacement for collections.abc.Callable, isinstance(x, typing.Callable) is implemented by deferring to isinstance(x, collections.abc.Callable). However, isinstance(x, typing.Callable[...]) is not supported. I believe...

We should probably add https://github.com/python/mypy/issues/10310 and other exclude usability improvements before putting this in a release because it seems that this is picking up tools/test/misc directories that people may not...

One thing I might recommend: since the github runner is using ubuntu 20.04, you may want to link against musl so that you don't get glibc version incompatibilities. (e.g. if...

If I understand your explanation correctly, then I believe the first example is correct. Because if you lift up 'S' first, A is still `down` so, it should be received...

No ideas off the top of my head. I can't promise I'll have time to look at this soon, but I will try to get to it when I can.

Ah ok the error seems to be my own fault, I initially tried to add a new architecture for WASM but I seem to have done so incorrectly (possibly something...

This is a duplicate of https://github.com/getsentry/sentry/issues/36868, which has more discussion, so I am going to close in favor of that issue. Fortunately: I am going to be working on this...

It seems that some form of specialization is required to express this. I could imagine some unified `NewType` and `Protocol` that specializes a type could be used to express these...

> built in apple Accelerate, I think numpy uses openblas but I couldn't get it configured on my machine FWIW accelerate seems to have a lot of bugs, which is...