Joe Politz
Joe Politz
This is a bad test --- "prototype" is not enumerable. http://es5.github.com/#x13.2
Make them happen.
Sputnik has a bunch of tests that seem like they _should_ fail, but I'm not sure what they do with the harness, e.g. test262/test/suite/sputnik_converted/08_Types/8.3_The_Boolean_Type/S8.3_A2.1.js Which has as the body: true...
Odd... The test reports an error but I think it's wrong: test: function testcase() { if (x == undefined) { $ERROR("x == undefined, but actual is "+ x); } var...
We need to either change the parser (hard), or pretty print the JS as we desugar (easier).
Consider this program: ``` fun triple(i :: Image) -> Image: beside(i, beside(i, i)) end c = circle(50, "solid", "red") bg = square(100, "outline", "black") i1 = overlay(triple(c), triple(bg)) i2 =...
I saw this in an embedded context (when on an iframe in VMT), but it doesn't look great: 
We've gotten enough stumbles from users trying to make their own starter files related to Bootstrap that we should add a feature for this. The proposal is to add a...
Currently, interactions loads in a context that doesn't match anything users expect – it has `num-max` and other global builtins, but not images or other important libraries in `essentials`. Clicking...
It would be useful for students to have a way to edit the title in the window GUI that allows selecting xmin/xmax and so on:  One design would be...