Nick Airdo
Nick Airdo
### Description When attempting to pull up the list of person duplicates (for a very large db with thousands of duplicates) a timeout occurs **in Rock version 1.7.0.39** Would love...
It appears the `rindex` and `rindex0` object property values of the `forloop` may be reversed (compared to Shopify Liquid): https://github.com/sebastienros/fluid/blob/aebdaea198efb7c98e788126f80a18e0e84bfd59/Fluid/Ast/ForStatement.cs#L129-L130 compared to ShopifyLiquid: https://github.com/Shopify/liquid/blob/a0411e09277ddba0e12167d56cc2d6a52847ca91/lib/liquid/forloop_drop.rb#L51-L65 ```Ruby def rindex @length - @index...