Ringo De Smet

Results 243 comments of Ringo De Smet

We have manually triggered jobs to bump to a new major, minor or patch version. The semver resource has 0.0.1 as the initial version, git as the driver and an...

@leezen I'm also in this group: > 2. Provide an option to simply provide the code w/o trying to generate it like a package module. I want to integrate the...

Update: comparing the type definitions of between my generated code and the k8s `Service` class made me remove the `undefined` part as well from: * `apiVersion` * `kind` * `spec`...

@lblackstone I don't understand what you are trying to explain here. For the record: I don't have problems with the core Kubernetes `Service` class. I have problems with the properties...

Hello @MartinHatchL365, I could not reproduce your issue. Below is a standalone Pulumi program which creates your required setup: ```csharp using Pulumi; using Pulumi.Aws.Route53; using Pulumi.AzureNative.Resources; using Pulumi.AzureNative.Web; using Pulumi.AzureNative.Web.Inputs;...

There is already another person who tried to kickstart this: https://github.com/Krzysztof-Cieslak/vscode-elm/issues/137 In my comment [here](https://github.com/Krzysztof-Cieslak/vscode-elm/issues/137#issuecomment-309110031), I already analyzed a bit of the existing tooling. Look at these pointers to see...

@Frassle I just submitted a PR for the Pulumiverse Github infrastructure code where I deliberately not used `config.requireObject` because it doesn't validate the config structure. See here for more of...

@joeduffy I'm busy working on a Pulumi resource type for Concourse. https://github.com/ringods/pulumi-resource Once it is working, I will see if I can find the time to contribute some documentation for...

As you mentioned in #27, using the `swaddle_apt architectures` setting to `amd64` only, already works for me. I'm going to build a new Docker CI build image including the latest...