Andreas Bergmeier
Andreas Bergmeier
### Module version ``` github.com/hashicorp/terraform-plugin-framework v0.8.0 ``` ### Relevant provider source code ```go var ( outputDockerAttributes = map[string]tfsdk.Attribute{} outputBlocks = map[string]tfsdk.Block{ "docker": { Attributes: outputDockerAttributes, MaxItems: 1, PlanModifiers: tfsdk.AttributePlanModifiers{ tfsdk.RequiresReplace(),...
### Module version ``` 0.6.0 ``` ### Use-cases I have a provider (_buildx_), that I want to upgrade from SDKv2 to framework. Now I am stuck because I cannot seem...
Main goal is to predict, which type should be used.
### Module version ``` 0.6.1 ``` ### Relevant provider source code The framework currently has a lot of places where the user is quested with reporting errors to the provider...
When I execute acceptance tests in my provider, I get an error: ``` Error: Provider produced invalid plan Provider "registry.terraform.io/hashicorp/buildx" planned an invalid value for buildx_instance.foo.bootstrap: planned value cty.False for...
Shouldn't there be a way of reading the current state off the device?
Simply add yew-router via cargo and hope that cargo figures out the correct version. For most users referencing git directly is wrong and might lead to annoying errors when compiling....
Optimally, there would be LODs for different zoom levels. I wonder whether as a first step, perhaps an Upscaling model (upscayl?) can be shipped, that creates different LODs on the...
I am using Pipewire for providing Pulseaudio but somehow s25client never shows up as a sound client.
I get an error: > thread 'main' panicked at 'couldn't write to "./src/lib.rs": Custom { kind: Other, error: "No shared library found, but functions were found" }' @sdroege explained that...