Honest Charley Bodkin

Results 45 comments of Honest Charley Bodkin

I am happy to add this to the docs if this idea is approved by the maintainers.

@isaacs I added a section in the README, but it looks like this project as undergone a big change in its structure, and I'm not able to resolve the conflicts...

@slowtick That gist is pretty helpful! Thanks for sharing.

I might have time to work on this and open a PR. Any advice or pointers for someone new to the project?

The title of this ticket could also be written as the below to make the impact & circumstances more clear: ```diff - Can't use .metadata.name output from a CustomResource +...

I have a usecase that would benefit from this ticket's resolution: I would like to be able to get the status from this ManagedCertificate: ```ts import { CustomResource as KubernetesCustomResource...

Based on this comment: https://github.com/pulumi/pulumi-kubernetes/issues/1056#issuecomment-636192266 I wrote this code: https://gist.github.com/timmyers/4d2fed53a358d4c98557a5886ae2afbb?permalink_comment_id=4153572#gistcomment-4153572

fwiw, I use this little helper: ```ts /* ./lib/to-operation.ts */ import { gql } from '@apollo/client'; import { CompiledResult } from 'typed-graphqlify'; export const toOperation = (value: CompiledResult) => gql(value.toString());...

@DomWeldon Honestly I can’t remember any more. I think once I figured out that this error was related to terraform-provider-circle, then I was able to sort out whatever it was...