Michael Matonis (ma-toe-nis)
Michael Matonis (ma-toe-nis)
Not sure why this error is happening, but figure I'd check in before doing a deeper dive. Noticed that when multiple properties are added, data-type agnostic, error occurs. However, does...
Unsurprisingly this routine is unnecessarily complicated. Code is hard to understand, needs better abstraction.
``` rule.add_strings(strings="HelloWorld",condition="$IDENTIFIER at 0") ``` This possibly relates to enhancing condition functionality, but the template for conditions has no idea to map integers assigned to unitialized string variables. Meaning, the...
The current design for condition groups might create some problems. Conditions might get complex enough to warrant its own object. This would enable unique processing of complex conditions without bogging...