Erik Kemperman

Results 21 comments of Erik Kemperman

Sorry you feel that way, I think we've been trying to be supportive here and to accommodate or failing that to take time to try and explain why things are...

You mean the babel/lerna guys I guess? I would love to see some utilities for dealing with related multi-repo projects but would imagine it to be that much more complicated...

Huh, interesting. I quite like yarn. I guess I'm just a bit less concerned about where tools come from, so long as they work well, the license is ok (so...

This fix seems "obviously" correct -- somehow this typo sneaked through the whole vetting or there was some merging weirdness. But I don't yet understand why this branch of the...

Hi, original author of the PR here, many years after the fact :-) I am very sorry to hear that this change broke people's code. The choice of assuming utf-8...

I completely get it -- there ought to be a "radical" level in semver sitting just above "major" -- resulting in a separate package name to make sure that people...

Apologies, I removed the `*Ts` syntax unit test for now, obviously that doesn't work for older Python versions... Should perhaps live in `check-python311.test`? I'm still not entirely clear on the...

@sterliakov Thanks for taking a look, and for the suggestion. I've moved the tests using `*Ts` syntax into `check-python311.test`.

@sterliakov Sorry to ping you again, but perhaps you could review this PR or maybe suggest a member who could? For what it's worth, the code change is pretty minimal...

Thanks @sterliakov! About the `NamedTuple` analogy, there is a similar test for it being Generic with `TypeVarTuple` argument [here](https://github.com/python/mypy/blob/3387d6fd9761cb39c952abe5251ee538bcdea598/test-data/unit/check-typevar-tuple.test#L1101-L1130) but only directly, not propagated via inheritance. Which makes sense, I...