Shantanu Bhadoria

Results 6 comments of Shantanu Bhadoria

+1 I resolved this with setTimeout Function . I was setting attributes after I created the element like this var element = paper.text(); ... few lines later element.attr(attrObject); In this...

I don't think its a good idea to implement authentication mechanisms as a part of horizon framework itself. This should be a part of plugins. While its fine to have...

Perhaps it might be simpler just to use something like passport integrated into horizon? MEAN uses passport as well and passport supports over 300 pluggable authentication strategies including username/password and...

@deontologician Awesome! +1 to that!

Agree with @danielcompton's solution. If you are storing files to CDN it might be useful to have a mechanism to send the file directly to CDN from the client using...

``` typings ERR! message Unable to find "es6-shim" ("npm") in the registry. Did you want to try searching another source? Also, if you want contribute these typings, please help us:...