DetachHead
DetachHead
looks like it's attempting to name the binary `src`, which conflicts with the existing directory. i think in this case it should either use the name of the working directory...
new activity just dropped 😳😳😳😳
This issue has been [automatically marked as active](https://probot.github.io/apps/active/#how-it-works) because it has been "popping off" with recent activity. It will be upgraded to P1 if further activity occurs. Thank you for...
i think this is mostly ready now. failing tests be like: - type errors in basedtypeshed that were already there (see https://github.com/KotlinIsland/basedtypeshed/runs/4746963459?check_suite_focus=true) - tests that use eggs instead of wheels...
@KotlinIsland yoooooooooo
```py L = TypeVar("L", bound=list[T]) #type: ignore[valid-type] ``` this works but not when the bound is a `TypeVar` on its own ```py L = TypeVar("L", bound=T) #type:ignore[valid-type] def foo(t: T,...
#137 is currently set to close #1 but it doesn't fully resolve it. should it be split into separate issues?