Christian Mesh
Christian Mesh
This PR replaces the existing infrastructure for TextBuffer Rendering with a texture sheet. Benefits: * Significantly less OpenGL calls * Dramatic increase in FPS on certain GPUS (see below for...
* gevent version: 1.2.2 * Python version: Python 3.5.5 |Anaconda, Inc.| (default, May 13 2018, 21:12:35) * Operating System: RHEL 7 ### Description: I am running a bunch of (non...
Now that OpenTofu has reached GA, we need to focus on making the Core Team's process transparent and try to streamline the contribution flow.
This is the initial implementation of a static evaluation context that can be used to evaluate expression that do not rely on any state data (vars/locals only). This pretty closely...
### Summary Many users expect to be able to DRY up their large configurations by using locals/variables in module sources and backend configurations (among other places). This is currently prohibited...
The tricky part of this PR is that previously nulls were allowed in required cty maps. I believe that this functionality should not be allowed. It led directly to #875...
### Summary We are proposing to clearly define the options when creating a schema, for example the backend. Additionally we are proposing to remove the Optional flag as it is...
### OpenTofu Version ```shell 1.6.0-alpha5 ``` ### Use Cases In #875, one of the confusing parts of the report is that different keys were shown when tofu init was run...
### OpenTofu Version ```shell 1.6.0-dev (e2d5a17e564ea4f8ddd220d949d2361c625cc243) ``` ### OpenTofu Configuration Files N/A ### Debug Output N/A ### Expected Behavior Tests do not panic ### Actual Behavior https://github.com/opentofu/opentofu/actions/runs/6814733024/job/18532269760 ``` !!!!!!!!!!!!!!!!!!!!!!!!!!! OPENTOFU...
Builds an EvalContext which represents the output state of previously run steps to be used when evaluating variable expressions. Resolves #1045 ## Target Release 1.7.0, 1.6.1