Mutahhir Hayat

Results 10 comments of Mutahhir Hayat

@paymog I've been looking into this issue. I was hoping to get some more information, as I couldn't reproduce it exactly. ### Why is the syntax error happening From what...

Ah, I didn't fully understand the core of the issue but went on from the last error message. My bad. Thanks for reopening @jsteinich, I'll take another look soon. To...

Source: ```hcl lifecycle { ignore_changes = [ tags["LogDeliveryEnabled"], ] } ``` Seems like we can't deal with this kind of syntax right now.

This might be invalid HCL. We need to confirm, and then either cut a ticket to the original provider docs if so.

As a C# newbie, I'm having a bit of trouble following these reproduction steps. Here's what I did, please let me know where I went wrong, since I can't reproduce...

Hmm, that didn't seem to make any difference for me and also running `dotnet list package` (which we use for version checking) doesn't seem to have any non-determinism (I ran...

I think the root of the problem might lie in this code: ``` foo: myvar.stringValue + "bar", ``` If you were to replace this with `Fn.join("", [myvar.stringValue, "bar"])`, and try...

This might also be fixable by doing granular imports rather than star imports

Granular imports were implemented, but they don't help in this specific case. When we generate TypeScript, we don't import types as they're implicitly handled. When JSII/Rosetta converts the code to...