Ringo De Smet

Results 243 comments of Ringo De Smet

I would like to see this project support it out of the box, but in the meantime, have a look at this fork: https://github.com/zebernst/synology-csi-talos

@muhlemmer sorry, but that one will not come from me. I was helping out your colleages @eliobischof, @adlerhurst, @livio-a and @stebenz to take ownership of the Pulumi provider to your...

> Should we deprecate the amd64 MacOS binary? Please don't for the `fly` CLI. I'm still working on a fully functioning MacBook Pro (2019) with an Intel chip running the...

As far as I know, defining `GOARM64=v8.2` will exclude running on Raspberry Pi 4. I'm running a cluster of these in my homelab. Would still advocate for v8(.0) and up.

For completeness, if the `-g` flag is dropped, Pulumi creates a `pyproject.toml` file correctly instead of `requirements.txt: ```sh $ pulumi new python This command will walk you through creating a...

@t0yv0 additional feedback from the customer about the impact of the plugin binary file size growth: > It is mainly two things: > * download times > * space on...

I just synced the Pulumi provider with the latest upstream Terraform provider (v0.8.1). Can you retry with this new release? https://github.com/pulumiverse/pulumi-talos/releases/tag/v0.6.0

@guineveresaenger I was able to reproduce this with this Python program: ```python import pulumi import pulumi_cloudflare as cloudflare config = pulumi.Config() zone = cloudflare.Zone("zd6105-zone", zone = 'py-test-cloudflare-pulumi.com', account_id = config.require_secret('accountId'),...