Anton Tayanovskyy
Anton Tayanovskyy
Hi @jaxxstorm thanks for reporting the issue here. I took a quick look. It seems that `_get_semver_version()` makes certain assumptions about how the package is installed and it's coming from...
Glanced over it but the review effort here is formidable, LMK if you need me as a reviewer, I'm happy to try again. Since there's a lot going on it...
@mjeffryes claims this one is stale. Should we close? Any plans to carry forward?
Sorry you are experiencing this, I'll leave it in the backlog for our team to pick up when we work on cf2pulumi again. Unfortunately I'm not seeing any options for...
@RobbieMcKinstry I didn't see any re-exports concerning enum but perhaps that's ok since those are not moving? Elegant treatment of per-input/per-output reexports! I guess this way TypeScript namespace merging gives...
Don't actually care about enums just checking that we don't break bw-compat on those, sounds like we don't! They're not large enough to be worth optimizing.
This is still an issue, rolling out the converter simply updated the docs https://www.pulumi.com/registry/packages/gcp/api-docs/pubsub/topiciambinding/ to this form: ```csharp using System.Collections.Generic; using System.Linq; using Pulumi; using Gcp = Pulumi.Gcp; return await...
Well an LLM or something with access to a corpus could figure it out. ``` Project = example.Project, // this must be a project Topic = example.Name // this might...
I have prototyped a solution that allows the provider maintainer co-operate with the pipeline to get decent results - https://github.com/pulumi/pulumi-terraform-bridge/pull/1844