Evan Worley

Results 5 issues of Evan Worley

Hello, I'm trying your compiler for the first time, and it's complaining that I have unexpected newlines in my source. Typically this occurs when I separate function arguments with a...

bug

These changes run all the tests in a suite before reporting. Previous the first assertion failure was reported and expresso stopped running tests. I believe it is more useful to...

Hello, I'm trying to validate a series of HTML files which contain mustache templates. The file isn't exactly HTML, as it simply contains a bunch of script elements with type...

``` javascript var koModel = ko.mapping.fromJS({ "permissions": {"user": "admin"} }) typeof koModel.permissions "object" ``` Shouldn't permissions be an observable?

It would be nice if there was a way to remove uploadProgress from a form once it's been applied. I have a complex form in which users select if they...