Richard Sumilang

Results 5 issues of Richard Sumilang

Consider the following code example: ``` js class Foo { bar = 'should be overwritten'; } let foo1 = constitute(Foo); let foo2 = constitute(Foo); foo1.bar = 'i have the new...

Hello, I think it would be great to support libraries on the container that don't need to be instantiated and can be referenced by using the library itself. Currently I...

Hello - First of all, awesome package. Love it. I have a minor suggestion for a feature I think it's missing. Would be great to be able register arbitrary values...

Getting an unknown JSCS option name for "requireSpacesInForStatement". ![screen shot 2015-03-01 at 9 19 45 pm](https://cloud.githubusercontent.com/assets/1748115/6435739/d9340e94-c058-11e4-85f9-8e277ab28b48.png) This is my configuration: ``` json { "requireCurlyBraces": [ "if", "else", "for", "while", "do",...

## Description I would like to ONLY use Click and Drag features from Mac Mouse Fix. I use Better Touch Tool to add other button click features on specific apps....