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
Variable support was added in #19, but templating is not supported. To do this, we should use spin-expressions (which is luckily already a dependency of spin-test-virt). Unfortunately, however, resolving a key can only be done asynchronously. This method is async because of variable providers being async. However, we won't be using variable providers, so in theory there can easily be a sync version of this method exposed that we can use.
The text was updated successfully, but these errors were encountered:
Variable support was added in #19, but templating is not supported. To do this, we should use
spin-expressions
(which is luckily already a dependency ofspin-test-virt
). Unfortunately, however, resolving a key can only be done asynchronously. This method is async because of variable providers being async. However, we won't be using variable providers, so in theory there can easily be a sync version of this method exposed that we can use.The text was updated successfully, but these errors were encountered: