Casey Howard

Results 6 issues of Casey Howard

Is there any plan to implement the `restrict-template-expressions` rule? One of the worst problems with I run into with Javascript is the way it tries to convert things automatically. Typescript...

design limitation
requires type checking

Let's say I have a model User that has and belongs to many Teams. We also have one user with id 1 who has two teams with id's 1 and...

In Ruby 1.9, this isn't an issue, but in lower versions I'm thinking of using a red-black tree instead.

Is this project dead? I just started using SandStorm and was concerned when I Ghost hadn't been updated since August 30, 2015.

I created a fork of a project that works for generating angular documentation. However, I need to be able to use typescript. I tried modifying it to make typescript work....

To reproduce: ``` > Johnson::Parser.parse("x = {}; typeof x.blah;") Unknown tok_unaryop type: jsop_typeofexpr ``` Putting parenthesis around x.blah doesn't work either. This works fine: > Johnson::Parser.parse("x = {}; typeof x;")...

parser