Tim Zadorozhniy
Tim Zadorozhniy
Hello! I used your dependency wheel in my project and figured out that it needs height parameter to configure chart.
Hi! Could we add bower.json to in order to exclude unneeded dependencies. For example not to download entire phantom js binary on bower install
Hello folks! At the moment I'm curious if it's possible to provide access token when calling specific API resource. For example: ``` var wunderlistAPI = new WunderlistSDK({ 'accessToken': 'a user...
Added bounds to the slider range, fix for the issue https://github.com/prajwalkman/angular-slider/issues/50
Noticed wrong behaviour on pointers overlap on the max bar value. Once I did that slider seems to be broken, we can drag only Min point, Max doesn't respond to...
Do you thenk that it would be a good idea to add col sapn and row span support to grid view?
It would be good to make d3 plugins defined as AMD modules to make it possible to use it with requirjs
I observed a problem with keymaster, when using it with bable. Function initialized with `this`, but since it defaults to undefined, I get a runtime error. Replaced with with empty...
Hello! What is the use of stream library in the code? I've not found any usages of it? https://github.com/scottcorgan/bucket-zip/blob/master/index.js#L20