codethief
codethief
This would indeed be very helpful! Surprisingly, the following does not successfully trick Pulumi into believing it's running in interactive mode, ```bash export PULUMI_DISABLE_CI_DETECTION=true pulumi preview ``` even though it...
When the docs say > Referenced projects must have the new [composite](https://www.typescriptlang.org/tsconfig#composite) setting enabled. what they mean is that if project A references project B, the latter must have `composite:...
Yes, at least that's been my understanding.
@EronWright > I'm wondering whether DefaultAzureCredential would be effective here. AFAICT this cannot possibly work. There is no path in the SDK code leading from [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azidentity/default_azure_credential.go) to [AzurePipelineCredential](https://github.com/Azure/azure-sdk-for-go/blob/4b59467f5f048f057298291c54c5f1e81eb2603e/sdk/azidentity/azure_pipelines_credential.go), which is...
If I may make a suggestion regarding how to fix the present issue: - Add support for the azure-sdk-for-go's AzurePipelinesCredential, similarly to https://github.com/go-acme/lego/issues/2620 , and expose it through some `useAzurePipelinesCredential`...
I am having the same issues. I use swapi-graphql for an introductory workshop to GraphQL – back in October everything used to be fine but today all participants complained that...
Same issue here, though in my case it was flagged as [PUA:Win32/Vigua.A](https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?Name=PUA:Win32/Vigua.A).
I ended up going through the source code (looked fine to me) and building the binary myself, just to err on the safe side and also because circumventing Defender might...
What exactly is the use case for `default=true`? Is there really a case where I have multiple accounts, don't want to sync all of them, and also don't know /...
Hi David! > Hi, this is a configuration error. I don't think it is. The whole point of project references is to not `include` files from project 1 in the...