Julia Plewa

Results 25 comments of Julia Plewa

> Interesting! You are right -- on a closer look, I could get it to work, although it's a bit of a hack since I need to hardcode a path...

I believe this was handled in https://github.com/VirtuslabRnD/pulumi-kotlin/pull/126.

FYI, https://github.com/bmatcuk/doublestar works as expected.

I reported this type of an issue in GCP ages ago and nothing so far: https://github.com/pulumi/pulumi-gcp/issues/1125

To be honest, Java has been making some wild breaking changes with this one: We intentionally added only one version, as we assumed the "plain" version would be sufficient, but...

~~Could you tell me what function you're using? I looked at the arguments of some plain/Output versions in Java and I don't see outputs in any of them, but I...

@kylepl Apologies for the confusion in my previous comment, I get the issue now. We have quite limited resources right now, but I'll put this at the top of my...

> (maybe?) Add Deploy with Pulumi buttons (docs) I like them! > Should we suffix all these with -kotlin? For example, which name is better google-native-kotlin or google-native How should...

Btw, I just realized another thing. Our `examples` directory uses `SNAPSHOT` versions of our libraries (and it's not even the most recent ones, since we rely on those gist-hosted subschemas)....

> `accessConfigs(emptyList())` does not work because there are multiple conflicting overrides I wanted to point out that `accessConfigs(emptyList())` and `accessConfigs(emptyList Unit>())` both work fine. I know it's not optimal, but...