Fraser Waters

Results 278 comments of Fraser Waters
trafficstars

> I am just accepting that preview is not working How do you expect preview to do better here? If you ask the system for information about a resource that...

I'd consider it a bug that it ever allowed this in the first place. A file create on `OsFs` would fail, it would be less surprising if `MemFs` also had...

> fixing it would be a breaking change. Obligatory xkcd: https://xkcd.com/1172/

This isn't unique to figlets, any set style seems to trigger this. It looks like SGR(0) doesn't reset the console colors to what was last set by BackgroundColor/ForegroundColor but resets...

> You shouldn't have to specify the id, it should be able to find by name. Not all resources have names. It might be possible to fuzzy match by all...

> I don't have enough context to feel strongly one way or the other. I do prefer the UX, but my default position is to usually err on the side...

The first message is from codegen, that it can't assign an expression of one shape to a location of another (there's a "to location of type" hidden in the middle...

> The deployment gets stuck in the "updating" state indefinitely. How long is indefinitely? These operations _should_ have a timeout to cancel after a while, if you left this for...

> Regardless of whether there's a dependency relationship in Pulumi, surely Pulumi can check for these things? We possibly could, but firstly it would require scanning your entire cloud account...

I think this might be due to "source" being defined as needing an asset translation (using [TranslateAsset](https://github.com/pulumi/pulumi-terraform-bridge/blob/30ae8ae5cc2d2f5987854984243c74ace4ccc952/pkg/tfbridge/assets.go#L127)) which might be getting triggered for the Diff call.