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
test:
- "{|3::baby} pink" # working correctly
- "2::{|navy} blue" # working correctly
- "2::{|3::blood} red" # not working correctly
- "2::{lime|3::acid} green" # not working correctly
...it will generate the following outputs:
pink
baby pink
blue
navy blue
2:: red
2::blood red
2::green
2::lime green
2::acid green
The '2::' should not be part of the output.
The text was updated successfully, but these errors were encountered:
sialivi
changed the title
Recursive weights issue
Recursive/nested weights issue
Feb 1, 2025
Using the following yaml...
...it will generate the following outputs:
The '2::' should not be part of the output.
The text was updated successfully, but these errors were encountered: