You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a feature for the compute engine to be able to handle dynamic variables. This would allow for either changing the value of a variable and dynamically getting the result or letting the compute engine figure out what variables are needed and use getters to get them.
This feature would be particularly useful for projects with a large number of variables, where only a few would be used at once. It would eliminate the need to set every possible variable if it isn’t going to be used, or at least provide a way to fetch the required variables so that only the ones required are set.
The text was updated successfully, but these errors were encountered:
I would like to request a feature for the compute engine to be able to handle dynamic variables. This would allow for either changing the value of a variable and dynamically getting the result or letting the compute engine figure out what variables are needed and use getters to get them.
For example:
This feature would be particularly useful for projects with a large number of variables, where only a few would be used at once. It would eliminate the need to set every possible variable if it isn’t going to be used, or at least provide a way to fetch the required variables so that only the ones required are set.
The text was updated successfully, but these errors were encountered: