Marc Mueller
Marc Mueller
PR #14872 (`v1.4.0`) adds a new required argument - `default` - to all `TypeVarLikeExpr` and `TypeVarLikeType` types. This is in preparation for [PEP 696](https://peps.python.org/pep-0696/) (TypeVar defaults) support. If a plugin...
FYI pushed a new commit to fix the mypy errors / type ignores. @joostlek messaged me on discord about https://github.com/home-assistant/core/pull/104079#discussion_r1683559580 and I figured it'd probably be easier to push the...
The specific issue will be addressed by #4764. However, I'll leave this issue open as the PR doesn't implement control-flow logic. **Edit**: The fix will only work for `if` statements....
> There is already a way to handle inlined types for a single-file module: convert it to a multi-file package and add a "py.typed" marker. This isn't too onerous. True,...
> > I've seen project owners rejecting adding the type hint marker because it would have required them to move to a package structure > > Really? That surprises me....
Hi @bednar, Thanks for the reply! Usually I would be happy to open a PR for it. Please understand though, that I'm not willing to sign a CLA just for...
Unfortunatly I am not an expert regarding Digester, but I noticed that although the methods are there the resulting object dosn't have the Z-Position. Through try and error I found...
@brandon-rhodes You [mentioned](https://github.com/brandon-rhodes/pyephem/pull/262#issuecomment-1752821866) a while ago that you originally wanted to keep publishing wheels for `2.7`. This PR would do that and could be merged as is if you like.
> @cdce8p could you elaborate why you closed as not planned :slightly_smiling_face:? I'm curious: is it hard to fix? Does Mypy really depend on the order it finds nodes in...
> I read this as "there must be an implementation, and there must be only one". Doesn't say _where_ this implementation should appear 🤔 That might be true, however I'd...