Alex Gaynor

Results 909 comments of Alex Gaynor

That's correct that there's currently no API for setting allowed signature or public key algorithms.

I think in principle we'd be ok with an API for this, if someone was interested in figuring out how it should work and proposing something.

We have no control of the conda requirements, if they're a problem, you'll need to complain to the conda upstream.

Looking at those results, most of them look as expected. The werkzeug ones have some errors that look like may indicate a bug (there's a bunch of "attribute may not...

Or I can just stare at code the fold fashioned way, minimal reproducer: ```py from typing_extensions import reveal_type def foo(arg: int) -> int | None: pass def bar() -> None:...

Regression seems plausible given this adds some additional logic in the core of the type inference algorithm.

(Marking as draft as I've found another issue)

👍, if you beat me to it I shall not take offense. All that is necessary for evil to succeed is for good people to do nothing. On Tue, Dec...

Spent several hours on this in the last few days without a lot to show for it, so I'm going to go ahead and close this.