Kyle Dixler
Kyle Dixler
> The advantage of ~/.pulumi is then we can do `pulumi prune` command to get rid of that. I don't know when we'd know automatically that it is a good...
Thanks for your PR. I've noticed that monorepos seem to run into a lot of issues with pulumi. https://github.com/pulumi/pulumi/issues/8865#issuecomment-1172930983 I'll take a look at some of these test/build errors.
> Closing it makes more sense. We can reopen it based on 4.0.
sounds great! @susanev has an existing issue for this with some feedback notes https://github.com/pulumi/pulumi/issues/9230 opinions on the following improvements: - If the error occurs in a user's program we can...
I guess it's an uncommon case since our default file name for pulumi programs is `__main__.py`, but if a user names their program main.py > 2. What doesn't work about...
It was [mentioned](https://github.com/pulumi/pulumi/pull/8199) that this issue may be considered in pulumi 4.0 since it will likely require existing projects to have to modify their `package.json` - https://github.com/pulumi/pulumi/issues/8177 PR - https://github.com/pulumi/pulumi/pull/10122
I'm not currently working on this, but I'll leave it open in case there's more interest.
I saw this in passing and thought it would make sense to comment it on this issue https://github.com/pulumi/pulumi/blob/1260aafd50a9fcb834d379101ec62edb964a936f/pkg/resource/deploy/source_eval.go#L1319-L1328
`Patterns aren't supported in PR status names` is confirmed https://github.com/bors-ng/bors-ng/issues/1388#issuecomment-966420510
Hi, taking a look. Was able to repro on `pulumi-azure` with ```python from pulumi_azure import authorization name = "invalid_role_name" role_def = authorization.get_role_definition(name) ```