Errors

Open Stories and Issues

Carriage feeds in URLS cause an exception: If you copy/paste something into a URL Type that somehow had a carriage return in it, that will cause an exception when you hit Done.
Need clearer error message when you try to dereference Properties on a primitive Type: I've been working on formatting the Stray Bullets Timeline page, relying heavily on _groupBy. However, some QL code I came up with (in Event) for displaying Time with a colon in the middle strangely doesn't work when nested inside _groupElements. At least, that's what I suspect the culprit is.

Closed Stories and Issues

_greaterThan's error message refers to _equals: If you pass mismatched types to _greaterThan, the error message refers to _equals.
if(isEmpty(<foo>),xxx,<bar>)
'Xxx' was just a placeholder for while I worked on getting foo and bar correct. Once 'xxx' was displaying when expected, O tried removing it, leaving:
if(isEmpty(<foo>),,<bar>)
When I tried refreshing my test Event, I got a vague message about an unexpected error being logged.
_isEmpty fails silently if given bad argument : If you give _isEmpty (and probably mamy other functions) a misspelled Thing Name as an argument, it just evaluates to false.