Results 3 issues of movila

I'd like to use something like ``` li(class= isChecked ? 'checked' : '') input.text button.delete ``` But it seems the meteor-jade does not support ternary operator, so instead I must...

![image](https://cloud.githubusercontent.com/assets/3057054/18644815/c6b43732-7e78-11e6-84bc-a95091635a84.png) I had the above configuration with translation on the left and schema on the right. The input field `DirectFlightsOnly` and `IsCalendarSearch` works fine, but the array fields do not...

I'm getting an error in typescript: `Property 'values' is missing in type 'IterableReadableStream' but required in type 'ReadableStream'`

auto:bug