Tom Gallacher

Results 33 comments of Tom Gallacher

+1 This makes it easier to use this module as currently automated tools that checks the licenses for the modules picks this up as UNKNOWN. Thanks!

Looking into this, it could be an issue with an old `"workshopper": "~0.3.3"` version.

+1 I would also like to see this implemented.

Wouldn't it be better to sample a 20 pixel border of the main screen to give a better representation of the background. For example, If you had a video of...

``` var totalScore = this.reviewScore + ' total score' breaks the rule that they're promoting! ``` This looks like a typo in the documentation, however I am not sure if...

@nicholasjohn The indentation of your attributes are incorrect, if you make a commit on your branch and push, the Pull Request will auto update.

@nicholasjohn @bengourley I also don't agree that `Alloy` should be a standard allowed global.

One thing to think about is: https://developers.google.com/v8/design#prop_access IE. only define class variables within the constructor.

I recant my stance on this now. When debugging issues with objects being not what I was expecting them to be I was trying to display the name of the...

Sorry if you: ``` javascript var bear = new Bear() bear.constructor.name ``` You will see `Animal`