Chris Pearce

Results 31 comments of Chris Pearce

See http://chrispearce.co/ for my example of the issue :) And code here: https://github.com/chrisui/chrispearce.co/blob/master/src/index.html#L214

The latter. Sadly I can't use `pointer-events` because there are buttons in the overlay and ideally the text is selectable still. Ideally you would be able to pass through two...

This should work well enough for my use case, though worried that there may be other internals which get confused due to event element being different to that which the...

Have also noticed type errors in the generated code for apollo hooks. ``` dist/gql/graphql.tsx(1752,44): error TS2694: Namespace '"/Users/_/node_modules/@apollo/client/index"' has no exported member 'QueryHookOptions'. dist/gql/graphql.tsx(1754,17): error TS2339: Property 'useQuery' does not...

I've opened here as my understanding is each provider explicitly creates a mapping between an underlying provider and the pulumi "Asset" concept and configuration so the problem is likely to...

Note on further attempt to avoid this issue (calculating a stable relative path that will exist relative to pulumi execution) I still seem to be having this issue. So presumably...

lol, guessing it's this todo https://github.com/pulumi/pulumi-terraform-bridge/blob/30ae8ae5cc2d2f5987854984243c74ace4ccc952/pkg/tfbridge/assets.go#L130

Ah. Looking at the source code of `TranslateAsset` there's a suspicious `TODO` which also links back to [a 4/5 year old change](https://github.com/pulumi/pulumi/issues/153) 🙃 ``` // TODO[pulumi/pulumi#153]: support HashField. ``` https://github.com/pulumi/pulumi-terraform-bridge/blob/30ae8ae5cc2d2f5987854984243c74ace4ccc952/pkg/tfbridge/assets.go#L130

That is indeed the use case. Exactly the same behaviour as [in terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_object#source_hash) and as is pulled through to the [pulumi docs](https://www.pulumi.com/registry/packages/aws/api-docs/s3/bucketobject/#sourcehash_nodejs).

Any chance of an update on support for this documented feature?