Why is this converted to an an array then immediately back into a list #589
Replies: 1 comment 2 replies
-
the name of the RuleParameter input has a number added to its name. its closely tied to its string name. i am working on removing this tight coupling |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
Was just looking through this code to gain a greater understanding of the fantastic tool you've created.
Noticed this:
![image](https://private-user-images.githubusercontent.com/107291523/308745607-a6cf3f96-c29a-4dcf-9591-660be6f706fe.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDE2MTAsIm5iZiI6MTczOTMwMTMxMCwicGF0aCI6Ii8xMDcyOTE1MjMvMzA4NzQ1NjA3LWE2Y2YzZjk2LWMyOWEtNGRjZi05NTkxLTY2MGJlNmY3MDZmZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxOTE1MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00ZjU1YzBmYjEwMmRiMjYzYjk5NzhmNGFjYTAyOWNkODMyMzczNjNlNTJmYjBkOGI1ZjQ4YTljZTI2NTRkZTZmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.43rjB9VVm620Y_OqsrYxc9cu8zfXOJisEkROWP9Peq8)
is this intentional? if so what is the reasoning behind it
Beta Was this translation helpful? Give feedback.
All reactions