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
We are replacing handlebarsrb with this gem, because we need to build our app in ARM. But we are experiencing some issues, for example:
We can't call variables with "spaces". In handlebars we can call variables with [], so inside brackets we can put spaces or other chars: {{a.b.[DDO.].1.name}}
But in ruby-handlebars this case is not supported Parslet::ParseFailed (Extra input after last repetition at line 21 char 29.)