Fraser Waters

Results 277 comments of Fraser Waters
trafficstars

Quick check but can you write a 100MiB file to /var/folders/8l/_xp4ll7n4c3dqjxrs8klhkqh0000gn/T ?

Splunking into the go source code it looks like "file too large" is in response to an EFBIG error from the kernel. Given it looks like its managing to write...

So grim that this is 3 futures not one with 3 values 😬 but still good workaround for now

We should remove the empty constructor for InputTuple in the dotnet sdk (https://github.com/pulumi/pulumi/pull/8733/files#r783327551)

We'll want to add sequence numbers back to dynamic providers: https://github.com/pulumi/pulumi/pull/8849

So the example in the first post I think could be written like this today: ``` this.FunctionAppKey = Output.CreateSecret(functionApp.Id).Apply(_ => // ignore the ID just use it for lifecycle control...

I wonder if this is because ID gets returned to us before the function app is _actually_ created. This probably then becomes https://github.com/pulumi/pulumi/issues/3364 to give a way to handle the...

I'm not totally sure what your asking here? Is this that you want to pull in data from another data source to decided exactly what resources to create in Pulumi....

> As now I cannot see the changes in preview as the function is not run making preview unusable Are these data sources just api calls to something or are...

> I get data from a cosmos database Pulumi creates and if it does not exists it seeds the data. Ah right, so yeh not a lot you can do...