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
Right now, it seems that Optional values are always treated as not falsey. I think it would make sense to treat optionals as 1-or-zero element collections. Maybe there should even be automatic chaining for nested selectors? ({{# foo.bar }} where both foo and bar are optionals?)
The text was updated successfully, but these errors were encountered:
Right now, it seems that
Optional
values are always treated as not falsey. I think it would make sense to treat optionals as 1-or-zero element collections. Maybe there should even be automatic chaining for nested selectors? ({{# foo.bar }}
where bothfoo
andbar
are optionals?)The text was updated successfully, but these errors were encountered: