Justin Van Patten

Results 166 comments of Justin Van Patten

Thanks for opening the issue and offer to work on it when you can!

Related to https://github.com/pulumi/pulumi-cloud-requests/issues/115

Should we close as dupe of https://github.com/pulumi/actions/issues/916?

Thanks for reporting this! Trying out a minimal repro in [Pyright Playground:](https://pyright-play.net/?code=MQAgDgngTglg5gCwC4C4QGcmwMZIFB4BmUA9gLYhIRgwB2cIMZYJUSIAFHiDyACrUApgDUAhlAA03XgHFBtQTim8QAVVowStZbwCCAd1EwkogEYAbQTp7ZRmKQEoCfEAF5%2BQsVA4AiPj6c%2BAH1sEjcPMBFxX2DQnwkQUIA3cRhRWiRXPigAV0EnVRCw9wFIr19CuITk1PTM7LynPABJWjAc9nd1TVoAbT4EgyMTC0F%2BgF0EnwB5DvakCZ9xgmxzO3QQWaR5jjkFHH6i8YcUaR4AE0FCECCgumNbjnRBc0IElPM8tFiSE7OVDAvQgAOg%2BeXCYMEBBUAAFMKIkDBsGRBEgECRzv9LtdiOQ7m0OkESOZzhwPmhWvNDqFjiAALQAPhAMzmHWpJHGPlOAN4UFROSgtE2rKQHFsmA4P3eonMDiasPhiORqPRmJU2JAuLI%2BPmQQU%2BjJMopBIWlQ5DnpTJZ2zZZs53J5ID5SAFQq2O3ForN0tlTRIIoAjOF3R1gVqdYTiaSfIQSCQAgR-TakAAmYMisOkbV0XX63yx%2BNOIA) ```python # pyright: strict from typing import ( TypeVar, Generic, Union, Awaitable, cast, ) T = TypeVar("T") T_co...

Note that this would only work for `types`. The generated CRD `resources` would have to remain `kubernetes` in order for them to work correctly at runtime.

@o-alexandrov, it's not currently planned.

I have a WIP branch that switches over to using vanilla sphinx: https://github.com/pulumi/docs/compare/master...justin/python. I think all that's left is rebasing that branch and regenerating, then then opening a PR to...

Closing this as a duplicate of https://github.com/pulumi/docs/issues/4615. We don't need this separate issue. We're tracking the work in https://github.com/pulumi/docs/issues/4615.

We should consider defaulting to making the entire serialized provider an encrypted secret.

Possibly related to #10637 (need to make Python SDK wait for all applys to run)?