Sanket Sahu

Results 32 comments of Sanket Sahu

Multiple session is a much needed feature. Is it on your list?

It may be unrelated but I am switching to Node.js with Sails framework for APIs because of obvious reasons.

@jdhiro I love PHP and Laravel and moreover I really like this `laravel-auth-token` package and I have also used it in one of my projects. I am not switching to...

I forked this project to provide multiple sign-in https://github.com/sahusoftcom/laravel-auth-token I actually just commented out the line which was clearing all the tokens of the same user. Known bug: It does...

Thanks for your quick reply. Webpack is really great and is used by Instagram team. If we can improve this, that's awesome! Another option is that, Webpack can be extended...

AngularJS makes it really difficult to decouple different parts of the application and load them as you need, especially because it has it's own Modules and every directive, controller and...

@DinkoMiletic Thanks for that! Just to note, she isn't using ocLazyLoad to actually load the files. Files are lazy loaded by Webpack but Angular modules are injected on the fly...

Open DevTools, look for `.FixedSideContainer` & `` and apply `display: none`; I am good for my talk at the local meetup now. 😅 Thanks!

And so, I installed karma manually `$ npm install grunt-karma --save-dev`

Thanks, @beepsoft @chrisdrackett! I will try the `--dontRenameModels` flag.