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
Given "class" matching is too narrow for many operations. If you need to generate reports for complex structures (like list-in-list packed trees) there is no propper class, also there is no way to override class verification or skip it.
The text was updated successfully, but these errors were encountered:
Thanks for this report/suggestion. Unfortunately, I won't be able to work on new features in the near future, but to suggest a possible workaround for your needs: what about using a character class and passing the list with any number of levels and complexity as JSON, and parse inside of the template? I use this approach in some production templates, and works pretty well.
I'd love to be able to simply disable any parameter checking. I would like to pass a function and an object coming from a C extension into the template.
Given "class" matching is too narrow for many operations. If you need to generate reports for complex structures (like list-in-list packed trees) there is no propper class, also there is no way to override class verification or skip it.
The text was updated successfully, but these errors were encountered: