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
This is a problem when I am using a JSON converter. I have a JSON with full strings but I want to use it as numbers and the math filters are not converting the values to numbers.
I got the following error: Failed to convert the input data. Reason: Error happened when rendering templates: Argument is not numeric (Parameter 'left')
I would expect this to be similar with the Ruby Liquid template and for that we need to start using strict syntax on Dotliquid
The text was updated successfully, but these errors were encountered:
It seems the code is not forcing the strict liquid syntax on dotliquid. Related issue on dotliquid: Issue 474
This is a problem when I am using a JSON converter. I have a JSON with full strings but I want to use it as numbers and the math filters are not converting the values to numbers.
I got the following error:
Failed to convert the input data. Reason: Error happened when rendering templates: Argument is not numeric (Parameter 'left')
I would expect this to be similar with the Ruby Liquid template and for that we need to start using strict syntax on Dotliquid
The text was updated successfully, but these errors were encountered: