Andreas Bergmeier
Andreas Bergmeier
Thanks for taking the time to explain. I can agree that explicit is sometimes better than implicit. > What do you think? Maybe I am just dumb but `ListNestedAttributes` always...
Not sure yet how to predict necessary type.
Is partial fix for https://github.com/hashicorp/terraform-plugin-framework/issues/283
> Sorry I'm on mobile so my response Thanks, really appreciate it. > but does the Attribute which defines the PlanModifiers also have Computed: true set as well? It looks...
> We could however provide a warning log or raise an error diagnostic after attribute PlanModifiers have run to verify if Computed is missing and the planned value changed. This...
> Does this help in your situation? Thanks again for creating this issue. Thanks for clarifying this. It indeed let me make this work. As a sidenote: I saw that...
> I would love to hear more about your experience here. I would have to look into that again. IIRC it mostly failed since default support for attributes was not...
> What do you mean? Adding pre-built buildifier debian packages similarly to as specified here: https://bazel.build/versions/master/docs/install.html ? Exactly.
This currently is missing two things: 1. it does not force re-solving. Maybe this should be done for every new release/code anyway? 2. It does not show which constraints are...
> I don't really get what you mean here. Since previously the code did clamp e.g. 5 to 4 if you open a blender file with the new code it...