KotlinIsland
KotlinIsland
I've recently tested this, and even with `caret: 'initial'` I'm not seeing any change. @dgozman Do you think there could ever be any new approach that could improve the responsiveness/accuracy...
Wow, this is blazingly fastπ₯! That's amazing π.
So like a GitHub workflow that periodically runs a Gradle task that looks for new releases, and creates a PR that increments the `pluginUntilBuild` property?
Would proxy types help this at all? https://github.com/python/typing/issues/802
Is that intrinsic and needs to be special cased, or should it be handled by default?
Thanks, I'll raise it with mypy, should we close this?
I had my 3.10 venv active π³
Is this the same issue in #50384? ```ts declare let a: { t: number } | { t: string } a.t = "a string?" ```
please review
This is not optimal, it should ideally use the version string passed from mypy, not import from `mypy.version`.