Steve Hiemstra

Results 5 issues of Steve Hiemstra

``` javascript var code = "function add( a, b ){console.log( a );console.log( b );return a + b}add( 20, 22 );"; s.run( code, function( output ) { console.log(output.result + "\n" +...

Is it possible to add directories/files to be excluded as a optional config option? Something like: ``` "repos" : { "myrepo" : { "url" : "file:///Users/Me/projects/Project", "exclude_patterns": ["tests"] } }...

enhancement
help wanted

Radio buttons and Checkboxes are a wee bit small (and thus hard to tap). Is it possible to make them bigger?

Where is `clrtoeol`?

When running the first example I get the following error. Removing the `map.zoomAll();` line allows it to render an image. I'm not sure if it's the expected output since `//...