Results 51 comments of Aidan

Ok, deeper down the rabbit hole. Using TypeVar default parameter, and a type alias I think I've restored existing behavior when explicitly typing something, and when inferring types i've made...

Ok, I think I actually have something that works. The thing that caught me up was I had to quote the `AsyncStub` when using it to type in certain places....

Had to upgrade some infra to node 18+, as I read @eplightning's comment, 18.14 should be a safe bet to not have this issue right? I traced through the release...

Seeing the same issue here. Terminating the instance that failed to join also fixes it.

/remove-lifecycle stale

> This is possible now through a combination of `aws_ebs_snapshot_import` and `aws_ami`. This is not true for all cases. You need image import, not snapshot import for a number of...

When I imported a Windows VM disk, then created an AMI, a Linux AMI was created. `aws_ami` doesn't allow platform specification.

Just for reference this is what i'm using to import the stubs @borissmidt provided. ``` kubernetes-asyncio-stubs = {ref = "add-stubs", git = "https://github.com/borissmidt/kubernetes_asyncio.git", egg = "kubernetes_asyncio-stubs", subdirectory="kubernetes_asyncio-stubs"} ``` It's working...

It was also only a problem for Ubuntu on my end. OSX worked fine. I'm not sure if manually installing wheel worked or not. Because the install succeeds even though...