reverofevil

Results 24 issues of reverofevil

It would be better to have `getColumn(n)` syntax, because we need to set the type of the return value anyway. Writing `static_cast(query.getColumn(n))` is way too verbose. You can achieve that...

enhancement

Really, what is it?

Currently there's no support for attribute translation.

From a `private bool[,] Used;` source I get `private Used: boolean[,] = null;` result. That doesn't seem legit at all neither to me nor to `tsc`: `error TS1005: ']' expected.`